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