n8n/.env.sample

36 lines
954 B
Plaintext
Raw Permalink Normal View History

2021-11-10 11:22:37 +00:00
TYPE=n8n
DOMAIN=n8n.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.n8n.example.com`'
LETS_ENCRYPT_ENV=production
2022-11-26 19:48:08 +00:00
# Change to `true` to enable sending "anonymous" telemetry data to n8n
# https://docs.n8n.io/reference/data-collection/
N8N_DIAGNOSTICS_ENABLED=false
# Change to `true` to enable questionnaire-based customisation of the UI
N8N_PERSONALIZATION_ENABLED=false
2022-11-26 19:53:27 +00:00
# "Permit users to import specific built-in modules in the Code node"
#NODE_FUNCTION_ALLOW_BUILTIN=*
2021-11-17 09:39:31 +00:00
COMPOSE_FILE="compose.yml"
# SSO using traefik-forward-auth
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
2022-11-20 04:02:46 +00:00
2022-11-26 19:48:08 +00:00
# Disable user management completely, useful for SSO
#N8N_USER_MANAGEMENT_DISABLED=false
2022-11-20 04:02:46 +00:00
# Basic auth
#COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml"
#N8N_BASIC_AUTH_ACTIVE=true
#N8N_BASIC_AUTH_USER=username
#SECRET_ADMIN_PASSWORD_VERSION=v1
# Use Postgres instead of SQLite
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"
#SECRET_DB_PASSWORD_VERSION=v1