trotFunky
9911895b5b
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.
13 lines
198 B
TOML
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"
|