Environment Variables
Device environment variables can be used to provide customized configuration for applications.
Setting environment variables on a device (web user)
To set an environment variable for a device:
Open the device details
Click on the "New env var" button
Enter environment variable name and value

Now, any application that is deployed on that device, will get the environment variable:
TZ=Europe/London
You can have multiple environment variables on each device.
See application environment variables documentation on how to use them in the spec.
Last updated
Was this helpful?