n8n/.env hinzugefügt

This commit is contained in:
2026-03-21 01:51:27 +00:00
parent 30a2f3f1f4
commit 34b15ef9b4

19
n8n/.env Normal file
View File

@@ -0,0 +1,19 @@
# Database Configuration
POSTGRES_USER=n8n_user
POSTGRES_PASSWORD=n8n_password
POSTGRES_DB=n8n_db
POSTGRES_DATA_PATH=./postgres_data
# n8n General Settings
N8N_PORT=5678
GENERIC_TIMEZONE=UTC
# n8n Security - CHANGE THIS BEFORE STARTING
N8N_ENCRYPTION_KEY=default_encryption_key_change_me
# Domain and Networking
DOMAIN_NAME=localhost
SUBDOMAIN=n8n
# Persistence
N8N_DATA_PATH=./n8n_data