Files
AdPlatform-Server/Gateway/appsettings.Development.json
2026-02-03 15:04:37 -08:00

13 lines
164 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Auth": {
"AllowDevBypass": true
}
}