From d95a1c4e4846ab860fdc13b4c9ed58466e22556f Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 17 May 2022 12:44:02 +0200 Subject: [PATCH] Update .env.template --- .env.template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.template b/.env.template index 4fc2e43..3607448 100644 --- a/.env.template +++ b/.env.template @@ -1,11 +1,13 @@ # Do not share the secret key or the password salt! +# These secrets can be generated using the script at +# advlabdb/scripts/setup/generate_secrets.py SECRET_KEY= SECURITY_PASSWORD_SALT= -# Database -RELATIVE_DB_DIR=db - # Server URL SERVER_NAME= +# Database +RELATIVE_DB_DIR=db + CHECK_EMAIL_DELIVERABILITY=True