-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.template
More file actions
17 lines (15 loc) · 1.18 KB
/
.env.template
File metadata and controls
17 lines (15 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### Sentry
# SENTRY_AUTH_TOKEN=<value> # Auth token for Sentry
# SENTRY_DSN=<value> # Sentry DSN
# SENTRY_ORG=<value> # Sentry organization
# SENTRY_PROJECT=<value> # Sentry project name
### Map customization
# ONLINE_STYLE_URL=<value> # URL pointing to an online map's StyleJSON. If it's a Mapbox style, it is preferable to omit the `access_token` search param and specify `VITE_MAPBOX_ACCESS_TOKEN` instead.
# VITE_MAPBOX_ACCESS_TOKEN=<value> # Access token used by map library to make requests to Mapbox
### App configuration
# APP_TYPE=<value> # Specifies the kind of application (can be `development`, `internal`, `release-candidate`, or `production`)
# ASAR=<value> # Determines if the ASAR format is used when packaging the app. Must literally be true or false.
# COMAPEO_DIAGNOSTICS_METRICS_URL=<value> # URL pointing to diagnostics metrics endpoint
# COMAPEO_METRICS_ACCESS_TOKEN=<value> # API key for sending metrics to COMAPEO_METRICS_URL;
# VITE_FEATURE_TEST_DATA_UI=<value> # Enables the test data UI in the app, which allows creating fake data to use (useful if you need data in development or QA). Set to `true` or `false`.
# USER_DATA_PATH=<value> # Sets the user data directory for the app.