UI Bakery in production
UI Bakery installation is ready for production out of the box. However, there is a bunch of additional setup steps we recommend following:
Put your instance behind HTTPS.
Use a standalone database.
Enable automatic backups for instance and database machines.
Store your environment variables in a secure place like a secrets manager or a key vault. Make sure you override the following variables:
If you have used the install script, then your .env file already contains unique values for those vars. Otherwise, use the following guide to generate the secrets.
You can set the following environment variables to limit resource consumption (MB):
You can estimate memory size for both variables with the below multiplying:
Last updated