Files
n8n-local/.env.example
2026-01-26 14:17:15 +08:00

10 lines
201 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# n8n 访问端口(本机如果 5678 冲突就改成 5679/5680...
N8N_PORT=5678
# 时区
TZ=Asia/Shanghai
# Postgres默认即可
POSTGRES_USER=n8n
POSTGRES_PASSWORD=n8npass
POSTGRES_DB=n8n