2020-11-23 15:22:13 +03:00

23 lines
311 B
Plaintext

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