mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
chore(backend): enhance .env.example
In an effort to make the example file more directly usable. This adds `HD_AUTH_LOCAL_ENABLE_LOGIN` and `HD_AUTH_LOCAL_ENABLE_REGISTER` to have an authentication method directly available. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
dae3b9d8dc
commit
9f34b5ec24
1 changed files with 2 additions and 0 deletions
|
@ -8,4 +8,6 @@ HD_MEDIA_BACKEND_FILESYSTEM_UPLOAD_PATH="uploads/"
|
|||
HD_DATABASE_TYPE="sqlite"
|
||||
HD_DATABASE_NAME="./hedgedoc.sqlite"
|
||||
HD_LOGLEVEL=info
|
||||
HD_AUTH_LOCAL_ENABLE_LOGIN=true
|
||||
HD_AUTH_LOCAL_ENABLE_REGISTER=true
|
||||
#HD_SESSION_SECRET=
|
||||
|
|
Loading…
Reference in a new issue