Files
SHERPA/SHERPA.BBM.UI/appsettings.Staging.json
2023-08-23 08:15:57 +02:00

14 lines
247 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"RuntimeOpt": {
"BaseUrl": "/BBM/"
}
}