mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 08:28:54 -04:00
docs: change default session secret in docker deployment
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f7f052fca1
commit
80eb4c8a1a
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ environment variables and their corresponding value. This can for example look l
|
|||
|
||||
```ini
|
||||
HD_BASE_URL="http://localhost:8080"
|
||||
HD_SESSION_SECRET="session_secret"
|
||||
HD_SESSION_SECRET="change_me_in_production"
|
||||
HD_DATABASE_TYPE="sqlite"
|
||||
HD_DATABASE_NAME="./hedgedoc.sqlite"
|
||||
HD_MEDIA_BACKEND="filesystem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue