For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configure the Base URL

You can configure the Base URL that the front end uses to connect to the back end's REST API. This is relevant when you want to host n8n's front end and back end separately.

export VUE_APP_URL_BASE_API=https://n8n.example.com/

Refer to Environment variables reference for more information on this variable.

Last updated

Was this helpful?