Files
Auths/OAuth.Authentik/appsettings.json
2024-10-13 22:12:43 +07:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}