Files
GL/dashboard.cfg.toml

16 lines
230 B
TOML

environment = "local"
[http]
host = "0.0.0.0"
port = 8080
read-header-timeout = "5s"
shutdown-timeout = "10s"
[database]
host = "127.0.0.1"
port = 5432
name = "gl_db"
user = "postgres"
password = "postgres"
ssl-mode = "disable"