Files
webdoorcreator/WebDoorCreator.UI/appsettings.Production.json
T
2023-05-17 21:14:21 +02:00

13 lines
256 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"RumtimeOpt": {
"MaxDayCalcCache": 7,
"BaseUrl": "/WDC/UI"
}
}