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

Adding environment variable to the device
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.
Last modified 1yr ago