Golang_HomeWork/hw12_13_14_15_calendar/configs/config.toml

11 lines
178 B
TOML

[Logger]
File = "./calendar.log"
Level = "INFO"
[Storage]
inMemory = false
SQLHost = "localhost"
SQLPort = "5432"
SQLDbase = "calendar"
SQLUser = "calendar"
SQLPass = "12345678"