2020-11-14 19:28:18 +03:00

19 lines
268 B
TOML

[Grpc]
Address = "localhost"
Port = "50051"
[HTTP]
Address = "localhost"
Port = "50052"
[Logger]
File = "./calendar.log"
Level = "INFO"
[Storage]
inMemory = false
SQLHost = "localhost"
SQLPort = "5432"
SQLDbase = "calendar"
SQLUser = "calendar"
SQLPass = "12345678"