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

12 lines
157 B
JSON

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