Files
magman/MagMan.UI/appsettings.Staging.json
T
2024-04-17 10:01:31 +02:00

18 lines
331 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"OptConf": {
"msRefresh": "4000",
"BaseAddr": "https://magman.ufficio/",
"BaseAppPath": "",
"QrRedirPage": "",
"jumpRedir": "~/../",
"CodModulo": "MagMan"
}
}