megamappingway/server/config.example.toml

7 lines
110 B
TOML

[database]
host = 'localhost'
port = 5432
name = 'megamappingway'
username = 'postgres'
password = 'changeme'