Add missing config variable

This commit is contained in:
ricardo 2022-04-10 21:16:12 -04:00
parent 41bf75877c
commit e80c04e28b

View file

@ -576,6 +576,15 @@ export const schema = {
},
},
publicApiEndpoints: {
path: {
format: String,
default: 'api',
env: 'N8N_PUBLIC_API_ENDPOINT',
doc: 'Path for the public api endpoints',
},
},
workflowTagsDisabled: {
format: Boolean,
default: false,