Files
Mapo-IOB/SMGen/appsettings.json
T
2023-07-25 10:07:28 +02:00

13 lines
217 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"ProcCsvRootPath": "C:\\Temp\\Rules\\PROCESSED"
},
"AllowedHosts": "*"
}