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

12 lines
173 B
JSON
Raw Normal View History

2023-05-17 15:17:00 +10:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"StorageSettings": {
"StoragePath": "W:\\"
2023-05-17 15:17:00 +10:00
}
}