Files
webdoorcreator/WebDoorCreator.UI/appsettings.Production.json
T
Samuele Locatelli cda829a2e2 Ancora typo fix
2023-05-30 09:43:10 +02:00

13 lines
256 B
JSON

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