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

12 lines
184 B
JSON
Raw Normal View History

2023-09-20 16:51:29 +10:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
2023-09-21 15:21:33 +10:00
},
"MqSettings": {
"HostName": "10.99.253.216"
2023-09-20 16:51:29 +10:00
}
}