mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
refactor(core): Update PostHog hooks URL (#3911)
⚡ Update PostHog hooks URL
This commit is contained in:
parent
17799cda46
commit
7f57dd5827
|
@ -684,7 +684,7 @@ export const schema = {
|
|||
externalFrontendHooksUrls: {
|
||||
doc: 'URLs to external frontend hooks files, ; separated',
|
||||
format: String,
|
||||
default: 'https://public-stage.n8n.cloud/posthog-hooks.js',
|
||||
default: 'https://public.n8n.cloud/posthog-hooks.js',
|
||||
env: 'EXTERNAL_FRONTEND_HOOKS_URLS',
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue