From 9df23bc2510bd6e3d01e8977dfcf8ff6774c8daf Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sat, 18 Jul 2026 08:10:36 -0700 Subject: [PATCH] n8n var fix --- n8n/sample.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/n8n/sample.env b/n8n/sample.env index 37c9e27..d248f75 100644 --- a/n8n/sample.env +++ b/n8n/sample.env @@ -7,4 +7,6 @@ N8N_HOST=localhost N8N_PROTOCOL=http N8N_EDITOR_BASE_URL=http://localhost:5678 N8N_SECURE_COOKIE=true +N8N_PROXY_HOPS=1 +N8N_WEBHOOK_URL=http://localhost:5678 TZ=America/Vancouver