8 lines
105 B
TOML
8 lines
105 B
TOML
debug=true
|
|
|
|
[webserver]
|
|
host="0.0.0.0"
|
|
port=8080
|
|
|
|
[database]
|
|
url="postgresql://postgres@localhost/mctest" |