website/config.default.toml

8 lines
105 B
TOML
Raw Normal View History

debug=true
[webserver]
host="0.0.0.0"
port=8080
[database]
url="postgresql://postgres@localhost/mctest"