18 lines
445 B
Text
18 lines
445 B
Text
# Loki log monitoring
|
|
LOKI_URL=
|
|
|
|
# Optional timezone to set which gets used by Cron and other scheduling nodes
|
|
# New York is the default value if not set
|
|
GENERIC_TIMEZONE=Europe/Stockholm
|
|
|
|
# DOMAIN_NAME and SUBDOMAIN together determine where n8n will be reachable from
|
|
# The top level domain to serve from
|
|
DOMAIN_NAME=example.com
|
|
|
|
# The subdomain to serve from
|
|
SUBDOMAIN=n8n
|
|
|
|
# The databese configuration
|
|
DB_NAME=n8n
|
|
DB_USER=n8n
|
|
DB_PASSWORD=n8n
|