Files
parr_api/PARR.API/appsettings.Development.json
2023-09-20 15:27:13 +10:00

17 lines
255 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},
"MqSettings": {
"GenerateTemplates": {
"HostName": "10.99.253.216"
}
}
}