CbgrPractice/FinalTask/PushSender/appsettings.json

12 lines
210 B
JSON
Raw Normal View History

2022-08-31 23:07:28 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"RabbitMQ": "amqp://guest:guest@rabbitmq:5672"
}
}