From f7ca66a78d5d9ddf150e38e46101def8ec5bac62 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 19 Sep 2021 15:47:52 +0200 Subject: [PATCH] Set authentication to true --- conf/.env | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/.env b/conf/.env index bb1957b..636abd3 100644 --- a/conf/.env +++ b/conf/.env @@ -1,5 +1,5 @@ # Folder where data should be saved -DATA_FOLDER=__DATADIR__/ +DATA_FOLDER=__DATADIR__ # The top level domain to serve from DOMAIN_NAME=__DOMAIN__ @@ -10,10 +10,9 @@ SUBDOMAIN=__PATH__ # DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from # above example would result in: https://n8n.example.com -# The user name to use for authentication - IMPORTANT ALWAYS CHANGE! +# Authentication - IMPORTANT ALWAYS CHANGE! +N8N_BASIC_AUTH_ACTIVE=true N8N_BASIC_AUTH_USER=__ADMIN__ - -# The password to use for authentication - IMPORTANT ALWAYS CHANGE! N8N_BASIC_AUTH_PASSWORD=__PASSWORD__ # Optional timezone to set which gets used by Cron-Node by default