/
VFlov
/
NotificationService_1
Обзор
Документация
Войти
/
VFlov
/
NotificationService_1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/Services/NotificationService.SmsService/appsettings.json
21 строка
487 B
VFlov
first_commit
27 ноя 2025, 11:43
27 ноя 2025, 11:43
819df67
Код
Авторство
О чём код?
{ "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "System": "Warning" } } }, "Database": { "ConnectionString": "Host=localhost;Port=5432;Database=notifications;Username=postgres;Password=postgres" }, "RabbitMQ": { "ConnectionString": "amqp://guest:guest@localhost:5672", "RetryCount": 3, "RetryDelaySeconds": 5 }, "Environment": "Development", "AllowedHosts": "*" }