You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
546 B
19 lines
546 B
# Folder where data should be saved
|
|
DATA_FOLDER=/root/n8n/
|
|
|
|
# The top level domain to serve from
|
|
DOMAIN_NAME=example.com
|
|
|
|
# The subfolder to serve from
|
|
SUBFOLDER=app1
|
|
N8N_PATH=/app1/
|
|
|
|
# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
|
|
# above example would result in: https://example.com/n8n/
|
|
|
|
# Optional timezone to set which gets used by Cron-Node by default
|
|
# If not set New York time will be used
|
|
GENERIC_TIMEZONE=Europe/Berlin
|
|
|
|
# The email address to use for the SSL certificate creation
|
|
SSL_EMAIL=[email protected]
|
|
|