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

17 lines
255 B
JSON
Raw Normal View History

2023-05-17 15:17:00 +10:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
2023-05-17 15:17:00 +10:00
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},
"MqSettings": {
"GenerateTemplates": {
"HostName": "10.99.253.216"
}
2023-05-17 15:17:00 +10:00
}
}