-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env.test
36 lines (36 loc) · 1.64 KB
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
SKIP_PREFLIGHT_CHECK=true
REACT_APP_WEBSITE_NAME=Reveal
REACT_APP_DOMAIN_NAME=http://localhost:3000
REACT_APP_THEME_COLOR=000000
REACT_APP_ENABLE_IRS=true
REACT_APP_ENABLE_FI=true
REACT_APP_ENABLE_USERS=false
REACT_APP_ENABLE_ASSIGN=true
REACT_APP_ENABLE_ABOUT=false
REACT_APP_ENABLE_TEAMS=true
REACT_APP_ENABLE_PRACTITIONERS=true
REACT_APP_DISABLE_LOGIN_PROTECTION=false
REACT_APP_GA_CODE=UA-0000000-0
REACT_APP_GA_ENV=test
REACT_APP_GISIDA_ONADATA_API_TOKEN=hunter2
REACT_APP_GISIDA_MAPBOX_TOKEN=hunter2
REACT_APP_DIGITAL_GLOBE_CONNECT_ID=hunter2
REACT_APP_SUPERSET_API_BASE=https://superset.reveal-stage.smartregister.org/
REACT_APP_SUPERSET_API_ENDPOINT=slice
REACT_APP_OPENSRP_CLIENT_ID=hunter2
REACT_APP_OPENSRP_ACCESS_TOKEN_URL=https://reveal-stage.smartregister.org/opensrp/oauth/token
REACT_APP_OPENSRP_AUTHORIZATION_URL=https://reveal-stage.smartregister.org/opensrp/oauth/authorize
REACT_APP_OPENSRP_USER_URL=https://reveal-stage.smartregister.org/opensrp/user-details
REACT_APP_REACT_APP_OPENSRP_OAUTH_STATE=opensrp
REACT_APP_ONADATA_ACCESS_TOKEN_URL=https://stage-api.ona.io/o/token/
REACT_APP_ONADATA_AUTHORIZATION_URL=https://stage-api.ona.io/o/authorize/
REACT_APP_ONADATA_USER_URL=https://stage-api.ona.io/api/v1/user.json
REACT_APP_ONADATA_OAUTH_STATE=onadata
REACT_APP_ONADATA_CLIENT_ID=hunter2
REACT_APP_IRS_PLAN_COUNTRIES=NA,TH
REACT_APP_EXPRESS_OAUTH_GET_STATE_URL=http://localhost:3000/oauth/state
REACT_APP_EXPRESS_OAUTH_LOGOUT_URL=http://localhost:3000/logout
REACT_APP_BACKEND_ACTIVE=true
REACT_APP_ENABLE_MDA_POINT=true
REACT_APP_OPENSRP_API_BASE_URL=https://reveal-stage.smartregister.org/opensrp/rest/
REACT_APP_ENABLE_DEFAULT_PLAN_USER_FILTER=false