drahoot/sample-config/drahoot.toml

8 lines
130 B
TOML

[Server]
Port = "8080"
DB_Host = "127.0.0.1"
DB_Port = "5432"
DB_User = "drahootuser"
DB_Pass = "drahootpass"
DB_Name = "drahoot"