Links

Setting up a domain name

To run UI Bakery on a server instead of a localhost, you will be required to provide the following variables:
UI_BAKERY_APP_SERVER_NAME=http://YOUR_DOMAIN_OR_IP:3030
UI_BAKERY_PORT=3030
UI_BAKERY_PORT variable must match the port in the UI_BAKERY_APP_SERVER_NAME variable
In your DNS provider, configure the following records:
  • A or CNAME record with UI Bakery instance host.
Then modify your environment variables with the following values:
UI_BAKERY_APP_SERVER_NAME=https://YOUR_DOMAIN
UI_BAKERY_PORT=80