Files
parr_api/PARR.EsppTemplateSyncWorker/appsettings.Development.json

20 lines
301 B
JSON
Raw Normal View History

2023-08-25 15:32:06 +10:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},
"GlobalSettings": {
2023-08-31 12:04:05 +10:00
"MqSettings": {
},
"StorageSettings": {
"CheckIntervalSeconds": 5
}
2023-08-25 15:32:06 +10:00
}
}