refactor(core): Port Public API config (no-changelog) (#10082)

This commit is contained in:
Iván Ovejero
2024-07-17 15:36:40 +02:00
committed by GitHub
parent b0abee7eb6
commit 8a53d6127e
8 changed files with 35 additions and 34 deletions

View File

@@ -562,29 +562,6 @@ export const schema = {
},
},
publicApi: {
disabled: {
format: Boolean,
default: false,
env: 'N8N_PUBLIC_API_DISABLED',
doc: 'Whether to disable the Public API',
},
path: {
format: String,
default: 'api',
env: 'N8N_PUBLIC_API_ENDPOINT',
doc: 'Path for the public api endpoints',
},
swaggerUi: {
disabled: {
format: Boolean,
default: false,
env: 'N8N_PUBLIC_API_SWAGGERUI_DISABLED',
doc: 'Whether to disable the Swagger UI for the Public API',
},
},
},
workflowTagsDisabled: {
format: Boolean,
default: false,