website/config.default.toml
2024-03-30 22:33:14 +02:00

12 lines
173 B
TOML

debug=true
[webserver]
host="0.0.0.0"
port=8080
[database]
url="postgresql://postgres@localhost/mctest"
[[redirect]]
from="hmm"
to="https://stallman-copypasta.github.io/"