mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Set authentication to true
This commit is contained in:
parent
30cae6f84d
commit
f7ca66a78d
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Folder where data should be saved
|
# Folder where data should be saved
|
||||||
DATA_FOLDER=__DATADIR__/
|
DATA_FOLDER=__DATADIR__
|
||||||
|
|
||||||
# The top level domain to serve from
|
# The top level domain to serve from
|
||||||
DOMAIN_NAME=__DOMAIN__
|
DOMAIN_NAME=__DOMAIN__
|
||||||
|
@ -10,10 +10,9 @@ SUBDOMAIN=__PATH__
|
||||||
# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
|
# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
|
||||||
# above example would result in: https://n8n.example.com
|
# 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__
|
N8N_BASIC_AUTH_USER=__ADMIN__
|
||||||
|
|
||||||
# The password to use for authentication - IMPORTANT ALWAYS CHANGE!
|
|
||||||
N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
|
N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
|
||||||
|
|
||||||
# Optional timezone to set which gets used by Cron-Node by default
|
# Optional timezone to set which gets used by Cron-Node by default
|
||||||
|
|
Loading…
Reference in a new issue