mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
⚡ Add missing config variable
This commit is contained in:
parent
41bf75877c
commit
e80c04e28b
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue