Andrey Ivanov 6948e2e9d4 HW15 WIP
2021-05-04 18:18:49 +03:00

16 lines
246 B
Plaintext

[Rabbitmq]
Address = "localhost"
Port = "5672"
Login = "rabbit"
Pass = "rabbit"
Exchange = "calendar"
Queue = "notifications"
Key = "events"
[Logger]
File = "./logs/calendar.log"
Level = "INFO"
[CalendarAPI]
Address = "localhost"
Port = "50053"