forked from Greenstand/treetracker-admin-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.test
16 lines (16 loc) · 967 Bytes
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
REACT_APP_WEBMAP_DOMAIN=https://test.treetracker.org
REACT_APP_API_ROOT=https://test-k8s.treetracker.org/api/admin
REACT_APP_EARNINGS_ROOT=https://test-k8s.treetracker.org/earnings
REACT_APP_FIELD_DATA_API_ROOT=https://test-k8s.treetracker.org/field-data
REACT_APP_GROWER_QUERY_API_ROOT=https://test-k8s.treetracker.org/grower-account-query
REACT_APP_IMAGES_API_ROOT=https://test-k8s.treetracker.org/images
REACT_APP_MESSAGING_ROOT=https://test-k8s.treetracker.org/messaging
REACT_APP_QUERY_API_ROOT=https://test-k8s.treetracker.org/query
REACT_APP_REPORTING_API_ROOT=https://test-k8s.treetracker.org/reporting
REACT_APP_REGION_API_ROOT=https://test-k8s.treetracker.org/regions
REACT_APP_STAKEHOLDER_API_ROOT=https://test-k8s.treetracker.org/stakeholder
REACT_APP_TREETRACKER_API_ROOT=https://test-k8s.treetracker.org/treetracker
REACT_APP_ENABLE_CAPTURE_MATCHING=true
REACT_APP_ENABLE_MESSAGING=true
REACT_APP_ENABLE_STAKEHOLDERS=true
REACT_APP_ENABLE_TOOLTIPS=true