Set Environment Variables
Often you will need to set environment variables to configure your application. To set environment variables go to your project settings and click on the Variables
tab.
Set variables
You can manually set variables one by one and assign them to a specific environment. The will only be available in the selected environment.
Bulk import
You can also import a .env
file to set multiple variables at once. This is useful when you have a lot of variables to set.
Export variables
If you want to export your variables to a .env
file you can do so by clicking the Export
button. Adjust the filter to only export the variables from a specific environment.