docs: change default session secret in docker deployment

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-03-26 11:58:47 +02:00 committed by Tilman Vatteroth
parent f7f052fca1
commit 80eb4c8a1a
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# General settings
HD_BASE_URL="https://hedgedoc2.localhost"
HD_SESSION_SECRET="session_secret"
HD_SESSION_SECRET="change_me_in_production"
# Database settings
HD_DATABASE_TYPE="postgres"