FabulaVotes/Rocket.toml
trotFunky 9911895b5b v1.0: First production version
This first version allows login of pre-existing users, creation and update of truths
by admins, vote on the truths by users, their display as well as a simple graph
for the vote results.
Everything persisting in a SQLite database.
2024-07-23 21:51:42 +01:00

13 lines
198 B
TOML

[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"