-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.test.local
33 lines (21 loc) · 994 Bytes
/
.env.test.local
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
REACT_APP_ENV=TEST
REACT_APP_URL_CDN=https://dev.selfcare.pagopa.it
REACT_APP_URL_FE_LOGIN=http://selfcare/auth/login
REACT_APP_URL_FE_LOGOUT=http://selfcare/auth/logout
REACT_APP_URL_FE_ONBOARDING=http://selfcare/onboarding
REACT_APP_URL_FE_LANDING=http://selfcare/landing
REACT_APP_URL_FE_ASSISTANCE=http://selfcare/assistance
REACT_APP_URL_API_DASHBOARD=http://api.selfcare/dashboard
REACT_APP_URL_INSTITUTION_LOGO_PREFIX=http://checkout.selfcare/institutions/
REACT_APP_COUNTRY_DATA=https://selfcare.pagopa.it/country-data.json
REACT_APP_API_MOCK_PARTIES=true
REACT_APP_API_MOCK_PRODUCTS=true
REACT_APP_ENABLE_GEOTAXONOMY=true
REACT_APP_ANALYTICS_ENABLE=true
REACT_APP_ANALYTICS_MOCK=true
REACT_APP_ANALYTICS_DEBUG=false
REACT_APP_MIXPANEL_TOKEN=DUMMY
REACT_APP_DELEGATIONS_ENABLE=true
REACT_APP_URL_API_PARTY_REGISTRY_PROXY=http://api.selfcare/party-registry-proxy
REACT_APP_MAX_ADMIN_COUNT=4