dyndns-server/config.example.toml

6 lines
96 B
TOML

[database]
host = "127.0.0.1"
port = 5432
user = "username"
pass = "password"
name = "database"