FabulaVotes/Rocket.toml

14 lines
198 B
TOML
Raw Permalink Normal View History

[default]
template_dir = "templates"
log_level = "normal"
port = 24241
[debug]
address = "0.0.0.0"
[release]
address = "127.0.0.1"
[default.databases.data_sqlite]
url = "./db/voting_data.sqlite"