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

12 lines
183 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:\\"
}
}