App Settings

How to add the

You can specify user-overridable environment variables for your app. These environment variables can then be edited by visiting the vehicle web-page on 10.41.1.1, when connected via USB.

To add user-customizable environment variables to your app, create a file called settings.default.env in the root directory of your app project. In this file, specify the environment variables along with their default values like this

VARIABLE_1=Value
OTHER_VARIABLE="Other value"

Last updated