This commit is contained in:
2020-10-27 01:41:50 +01:00
parent c709ca2166
commit 11aa131186
16 changed files with 2706 additions and 5 deletions

16
example.env Normal file
View File

@ -0,0 +1,16 @@
DB_PATH=./database
# Tests are required to run sequentially so that the database state won't interfere
# TODO: we don't have tests yet :)
#RUST_TEST_THREADS=1
## Rocket Web Server Configuration ##
#ROCKET_ADDRESS="localhost"
#ROCKET_PORT=8000
#ROCKET_WORKERS=[number of cpus * 2]
#ROCKET_LOG="normal"
#ROCKET_SECRET_KEY=[randomly generated at launch]
#ROCKET_LIMITS="{ forms = 32768 }"
ROCKET_TEMPLATE_DIR="templates"
## =============================== ##