diff --git a/config.sh b/config.sh index 918afe1..ebdc8f8 100755 --- a/config.sh +++ b/config.sh @@ -270,7 +270,7 @@ OPEN_WEBUI_URL=https://open-webui.changeme.org # N8N Configuration N8N_PORT=5678 -N8N_HOST=n8n.changeme.org +N8N_EDITOR_BASE_URL=n8n.changeme.org N8N_ENCRYPTION_KEY=$(generate_password 32) N8N_USER_EMAIL=admin@example.com N8N_USER_PASSWORD=changeMe