# 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