添加n8n流程

This commit is contained in:
wuyanwanwu
2026-08-09 20:07:23 +08:00
parent 3671b57b76
commit 45d8a93ddd
5 changed files with 121 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# n8n instance secret. Generate once with: openssl rand -hex 32
# Do not change this value after n8n has stored credentials.
N8N_ENCRYPTION_KEY=
# Initial access is through an SSH tunnel, so keep n8n on localhost.
N8N_HOST=127.0.0.1
N8N_PORT=5678
N8N_LISTEN_ADDRESS=127.0.0.1
N8N_PROTOCOL=http
N8N_EDITOR_BASE_URL=http://127.0.0.1:5678
N8N_SECURE_COOKIE=false
TZ=Asia/Shanghai
GENERIC_TIMEZONE=Asia/Shanghai