fix: set session secret

This commit is contained in:
f
2024-10-25 17:47:27 -03:00
parent d19f286c11
commit 6a036c4c82
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ DOMAIN=hedgedoc.example.com
LETS_ENCRYPT_ENV=production
SECRET_DB_PASSWORD_VERSION=v1
SECRET_SESSION_SECRET_VERSION=v1
COMPOSE_FILE="compose.yml"