Files
parr_api/PARR.EsppTemplateSyncWorker/appsettings.Development.json
Mikhail Kuznetsov ffb95ccf41 Структура
2023-08-31 12:04:05 +10:00

20 lines
301 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},
"GlobalSettings": {
"MqSettings": {
},
"StorageSettings": {
"CheckIntervalSeconds": 5
}
}
}