# Path where you created folders earlier. 
# Change this if you didn't create them in the repo checked out in the>
DATA_FOLDER=/root/n8n-digital-ocean

# The top level domain to serve from, this should be the same as the s>
DOMAIN_NAME=example.com

# The subdomain to serve from
SUBDOMAIN=n8nserver

# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachabl>
# above example would result in: <https://n8n.example.com>

# The user name to use for authentication - IMPORTANT ALWAYS CHANGE!
N8N_BASIC_AUTH_USER=username

# 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
# If not set New York time will be used
#GENERIC_TIMEZONE=Europe/Berlin

# The email address to use for the SSL certificate creation
[email protected]