mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(editor): Remove user activation modal (no-changelog) (#6361)
* Remove user activation modal * remove export from index.ts * Update pnpm-lock.yaml --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -1,90 +0,0 @@
|
||||
{
|
||||
"data": {
|
||||
"endpointWebhook": "webhook",
|
||||
"endpointWebhookTest": "webhook-test",
|
||||
"saveDataErrorExecution": "all",
|
||||
"saveDataSuccessExecution": "all",
|
||||
"saveManualExecutions": false,
|
||||
"executionTimeout": -1,
|
||||
"maxExecutionTimeout": 3600,
|
||||
"workflowCallerPolicyDefaultOption": "workflowsFromSameOwner",
|
||||
"timezone": "America/New_York",
|
||||
"urlBaseWebhook": "http://localhost:5678/",
|
||||
"urlBaseEditor": "http://localhost:5678",
|
||||
"versionCli": "0.221.2",
|
||||
"oauthCallbackUrls": {
|
||||
"oauth1": "http://localhost:5678/rest/oauth1-credential/callback",
|
||||
"oauth2": "http://localhost:5678/rest/oauth2-credential/callback"
|
||||
},
|
||||
"versionNotifications": {
|
||||
"enabled": true,
|
||||
"endpoint": "https://api.n8n.io/api/versions/",
|
||||
"infoUrl": "https://docs.n8n.io/release-notes/"
|
||||
},
|
||||
"instanceId": "c229842c6d1e217486d04caf7223758e08385156ca87a58286c850760c7161f4",
|
||||
"telemetry": {
|
||||
"enabled": true
|
||||
},
|
||||
"posthog": {
|
||||
"enabled": false,
|
||||
"apiHost": "https://ph.n8n.io",
|
||||
"apiKey": "phc_4URIAm1uYfJO7j8kWSe0J8lc8IqnstRLS7Jx8NcakHo",
|
||||
"autocapture": false,
|
||||
"disableSessionRecording": true,
|
||||
"debug": false
|
||||
},
|
||||
"personalizationSurveyEnabled": false,
|
||||
"userActivationSurveyEnabled": true,
|
||||
"defaultLocale": "en",
|
||||
"userManagement": {
|
||||
"enabled": true,
|
||||
"showSetupOnFirstLoad": false,
|
||||
"smtpSetup": false
|
||||
},
|
||||
"sso": {
|
||||
"saml": {
|
||||
"loginEnabled": false,
|
||||
"loginLabel": ""
|
||||
},
|
||||
"ldap": {
|
||||
"loginEnabled": false,
|
||||
"loginLabel": ""
|
||||
}
|
||||
},
|
||||
"publicApi": {
|
||||
"enabled": false,
|
||||
"latestVersion": 1,
|
||||
"path": "api",
|
||||
"swaggerUi": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"workflowTagsDisabled": false,
|
||||
"logLevel": "info",
|
||||
"hiringBannerEnabled": true,
|
||||
"templates": {
|
||||
"enabled": true,
|
||||
"host": "https://api.n8n.io/api/"
|
||||
},
|
||||
"onboardingCallPromptEnabled": true,
|
||||
"executionMode": "regular",
|
||||
"pushBackend": "sse",
|
||||
"communityNodesEnabled": true,
|
||||
"deployment": {
|
||||
"type": "default"
|
||||
},
|
||||
"isNpmAvailable": false,
|
||||
"allowedModules": {},
|
||||
"enterprise": {
|
||||
"sharing": true,
|
||||
"ldap": true,
|
||||
"saml": false,
|
||||
"logStreaming": false,
|
||||
"advancedExecutionFilters": false
|
||||
},
|
||||
"hideUsagePage": false,
|
||||
"license": {
|
||||
"environment": "production"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user