Skip to content

Commit 55ded1c

Browse files
committed
fix: update earthchem health url
1 parent c3ed23e commit 55ded1c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.env

+1-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ EARTHCHEM_FILE_DELETE_URL=https://staging-ecl-api.earthchem.org/v2/files/%s/%s
5252
EARTHCHEM_FILE_READ_URL=https://staging-ecl-api.earthchem.org/v2/files/%s
5353
EARTHCHEM_VIEW_URL=https://test-ecl.earthchem.org/my/my_view.php?id=%s
5454
EARTHCHEM_PUBLIC_VIEW_URL=https://test-ecl.earthchem.org/view.php?id=%s
55-
EARTHCHEM_HEALTH_URL=https://staging-ecl-api.earthchem.org/actuator/health
55+
EARTHCHEM_HEALTH_URL=https://staging-ecl-api.earthchem.org/health
5656

5757
MONGO_USERNAME=AzureDiamond
5858
MONGO_PASSWORD=hunter2
@@ -67,6 +67,3 @@ ACCESS_TOKEN_EXPIRE_MINUTES=720
6767
SESSION_SECRET_KEY=!secret
6868

6969
OUTSIDE_HOST=localhost
70-
71-
VUE_APP_HEAP_ANALYTICS_APP_ID=
72-
VUE_APP_GOOGLE_MAPS_API_KEY=

0 commit comments

Comments
 (0)