This commit is contained in:
2024-04-16 23:30:33 +02:00
parent d6f069d4a5
commit ffb728df64
7 changed files with 165 additions and 11 deletions

View File

@ -9,7 +9,7 @@ DB_PATH=./database
#ROCKET_PORT=8000
#ROCKET_WORKERS=[number of cpus * 2]
#ROCKET_LOG="normal"
#ROCKET_SECRET_KEY=[randomly generated at launch]
#ROCKET_SECRET_KEY=[random string, 44 or 88 for base64, 64 for hex]
#ROCKET_LIMITS="{ forms = 32768 }"
ROCKET_TEMPLATE_DIR="templates"
## =============================== ##