1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Useless variables?

This commit is contained in:
Florent 2021-09-19 16:42:01 +02:00 committed by Florent F
parent d50a20d969
commit 7cefb79b63

View file

@ -1,14 +1,5 @@
# Folder where data should be saved
DATA_FOLDER=__DATADIR__
# The top level domain to serve from
DOMAIN_NAME=__DOMAIN__
# The subdomain to serve from
SUBDOMAIN=__PATH__
# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
# above example would result in: https://n8n.example.com
N8N_USER_FOLDER=__DATADIR__
# Authentication - IMPORTANT ALWAYS CHANGE!
N8N_BASIC_AUTH_ACTIVE=true