How To

Add environment variables to an environment

Navigate to the config tab of an environment

Click the Add button to add a new variable.

Update the form with the variable name and value as per your requirements.

The optional Service will determine if the variable is present in all services (including integration tests, if configured) or just one service.

Services are defined in coherence.yml

Adding environment variables with spaces

If your environment variables have spaces in them, i.e. MY ENVIRONMENT VARIABLE you will need to wrap them in double quotes when entering them into the value field.

"MY ENVIRONMENT VARIABLE"
Previous
Access your database locally