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:

  1. Open the device details

  2. Click on the "New env var" button

  3. 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