refactor: Remove basic auth env vars from docker compose stacks (#6570)

* refactor: Remove basic auth env vars from MariaDB stack

* refactor: Remove envs from other stacks

* refactor: Remove MariaDB example
This commit is contained in:
Iván Ovejero
2023-07-04 21:15:10 +02:00
committed by GitHub
parent b9da67b653
commit 075fd02bd6
6 changed files with 0 additions and 87 deletions

View File

@@ -11,12 +11,6 @@ N8N_PATH=/app1/
# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
# above example would result in: https://example.com/n8n/
# The user name to use for autentication - IMPORTANT ALWAYS CHANGE!
N8N_BASIC_AUTH_USER=user
# The password to use for autentication - 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