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

12 lines
173 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"StorageSettings": {
"StoragePath": "W:\\"
}
}