chore: publish 0.4.0+0.204.0 release
This commit is contained in:
10
.env.sample
10
.env.sample
@ -8,11 +8,21 @@ LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_DB_PASSWORD_VERSION=v1
|
||||
|
||||
# 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
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
# SSO using traefik-forward-auth
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
|
||||
|
||||
# Disable user management completely, useful for SSO
|
||||
#N8N_USER_MANAGEMENT_DISABLED=false
|
||||
|
||||
# Basic auth
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml"
|
||||
#N8N_BASIC_AUTH_ACTIVE=true
|
||||
|
||||
Reference in New Issue
Block a user