Updating license key
UI_BAKERY_LICENSE_KEY=key_valuedocker compose down
docker compose up -dLast updated
Was this helpful?
You can obtain your on-premise license key from the UI Bakery Cloud portal: https://cloud.uibakery.io/settings/on-premise-license.
For Enterprise plans, please contact the UI Bakery Support team to receive your license key.
To update your UI Bakery license key, you need to change the corresponding variable:
UI_BAKERY_LICENSE_KEY=key_valueFor the Docker Compose setup, the environment variables are located in ui-bakery-on-premise/.env file. To restart your instance, use the following command:
docker compose down
docker compose up -dLast updated
Was this helpful?
Was this helpful?