You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
N8N_CONFIG_FILES={{ n8n_root_dir }}/etc/n8n.json
|
|
N8N_USER_FOLDER={{ n8n_root_dir }}/data
|
|
WEBHOOK_TUNNEL_URL={{ n8n_public_url }}
|
|
VUE_APP_URL_BASE_API={{ n8n_public_url }}
|
|
N8N_ENCRYPTION_KEY={{ n8n_secret_key | quote }}
|
|
|