Files
parr_api/PARR.GeneratorTemplatesWorker/appsettings.Development.json
Mikhail Trubnikov c7acfd153d Mq Consumer
2023-09-21 15:21:33 +10:00

12 lines
184 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MqSettings": {
"HostName": "10.99.253.216"
}
}