12 lines
173 B
TOML
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/" |