20 lines
301 B
JSON
20 lines
301 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"StorageSettings": {
|
|
"StoragePath": "W:\\"
|
|
},
|
|
"GlobalSettings": {
|
|
"MqSettings": {
|
|
|
|
},
|
|
"StorageSettings": {
|
|
"CheckIntervalSeconds": 5
|
|
}
|
|
}
|
|
}
|