Skip to content

Commit 85f09b4

Browse files
committed
Clean up .env.example
1 parent eb7e5cc commit 85f09b4

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.env.example

+3-12
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
DANGEROUSLY_DISABLE_HOST_CHECK=true
33

44
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
95
PUBLIC_URL=http://localhost:3000
106
BASE_URL=http://localhost:3000
117
REACT_APP_ACCESSIBILITY_CLOUD_UNCACHED_BASE_URL=https://www.wheelmap.pro
@@ -14,19 +10,14 @@ REACT_APP_ACCESSIBILITY_CLOUD_APP_TOKEN=27be4b5216aced82122d7cf8f69e4a07
1410
REACT_APP_ACCESSIBILITY_CLOUD_BASE_URL=https://accessibility-cloud.freetls.fastly.net
1511
REACT_APP_ACCESSIBILITY_CLOUD_UNCACHED_BASE_URL=https://www.accessibility.cloud
1612
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
2113
REACT_APP_MAPBOX_GL_ACCESS_TOKEN="pk....."
2214
# For development, do not set REACT_APP_WHEELMAP_API_BASE_URL here, but use the proxy defined in package.json.
2315
REACT_APP_WHEELMAP_API_BASE_URL=
2416
REACT_APP_OSM_API_LEGACY_BASE_URL=https://osm-api.wheelmap.tech/api/v1/legacy
2517
REACT_APP_WHEELMAP_API_KEY=3s8GNQvBCmwm45zro_jP
2618

27-
# Test Vars
19+
# Get this key from here: https://automate.browserstack.com/dashboard/v2
2820
BROWSERSTACK_USERNAME=
2921
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

Comments
 (0)