2
2
DANGEROUSLY_DISABLE_HOST_CHECK = true
3
3
4
4
REACT_APP_AWS_S3_BUCKET_NAME = accessibility-cloud-uploads
5
- # token used by the NodeJS backend
6
- ELASTIC_APM_SECRET_TOKEN =
7
- # URL used by the NodeJS backend
8
- ELASTIC_APM_SERVER_URL = https://rum.wheelmap.org
9
5
PUBLIC_URL = http://localhost:3000
10
6
BASE_URL = http://localhost:3000
11
7
REACT_APP_ACCESSIBILITY_CLOUD_UNCACHED_BASE_URL = https://www.wheelmap.pro
@@ -14,19 +10,14 @@ REACT_APP_ACCESSIBILITY_CLOUD_APP_TOKEN=27be4b5216aced82122d7cf8f69e4a07
14
10
REACT_APP_ACCESSIBILITY_CLOUD_BASE_URL = https://accessibility-cloud.freetls.fastly.net
15
11
REACT_APP_ACCESSIBILITY_CLOUD_UNCACHED_BASE_URL = https://www.accessibility.cloud
16
12
REACT_APP_ALLOW_ADDITIONAL_DATA_URLS =
17
- # token userd by the frontend
18
- REACT_APP_ELASTIC_APM_SECRET_TOKEN =
19
- # Used by the frontend
20
- REACT_APP_ELASTIC_APM_SERVER_URL = https://rum.wheelmap.org
21
13
REACT_APP_MAPBOX_GL_ACCESS_TOKEN = " pk....."
22
14
# For development, do not set REACT_APP_WHEELMAP_API_BASE_URL here, but use the proxy defined in package.json.
23
15
REACT_APP_WHEELMAP_API_BASE_URL =
24
16
REACT_APP_OSM_API_LEGACY_BASE_URL = https://osm-api.wheelmap.tech/api/v1/legacy
25
17
REACT_APP_WHEELMAP_API_KEY = 3s8GNQvBCmwm45zro_jP
26
18
27
- # Test Vars
19
+ # Get this key from here: https://automate.browserstack.com/dashboard/v2
28
20
BROWSERSTACK_USERNAME =
29
21
BROWSERSTACK_ACCESS_KEY =
30
- # Expected Values: Chrome, Firefox, IE, Safari, Edge, Opera
31
- BROWSERSTACK_TEST_BROWSER =
32
- TEST_DEPLOYMENT_BASE_URL =
22
+ CI_TEST_DEPLOYMENT_BASE_URL = https://localhost:3000
23
+ BROWSERSTACK_LOCAL = 1
0 commit comments