From 9f34b5ec24e2acf3914947c09f54ec353249ba24 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 15 Jan 2023 20:38:32 +0100 Subject: [PATCH] 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 --- backend/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/.env.example b/backend/.env.example index 682803d50..59ff66658 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -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=