drahoot/sample-config/drahoot.toml

8 lines
130 B
TOML
Raw Normal View History

2024-12-06 09:51:59 +01:00
[Server]
2024-12-06 13:52:41 +01:00
Port = "8080"
DB_Host = "127.0.0.1"
DB_Port = "5432"
DB_User = "drahootuser"
DB_Pass = "drahootpass"
DB_Name = "drahoot"