CbgrPractice/FinalTask/PushSender/appsettings.json
2022-09-01 02:07:28 +03:00

11 lines
210 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"RabbitMQ": "amqp://guest:guest@rabbitmq:5672"
}
}