Golang_HomeWork/hw12_13_14_15_calendar/configs/scheduler.conf

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"