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

13 lines
325 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Postgres": "host=postgres-mobile;port=5432;database=mobile;username=postgres;password=postgres",
"RabbitMQ": "amqp://guest:guest@rabbitmq:5672"
}
}