forked from rodekruis/IBF-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env
61 lines (55 loc) · 1.59 KB
/
example.env
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# nginx
CERTBOT_EMAIL=
FQDN=
# services/API-service
DB_TYPE=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
SECRET=
RESET_SECRET=
NODE_ENV=
# Token used to acces the water point data at https://data.waterpointdata.org/profile/edit/developer_settings
WATERPOINTDATA_TOKEN=
# This password is only needed for production
ADMIN_PASSWORD=
DASHBOARD_URL=
COUNTRIES=UGA,ZMB,ETH,EGY,PHL,ZWE
# If a disaster-type should not load for possible countries, then list the countries to load as in the example below
# If no countries specified, then the disaster-type will load for all possible countries
DISASTER_TYPES=floods:UGA-ZMB-ETH-KEN,heavy-rain,dengue,malaria,drought,typhoon
# interfaces/IBF-dashboard
NG_CONFIGURATION=
NG_API_URL=
NG_USE_SERVICE_WORKER=
NG_GEOSERVER_URL=
NG_IBF_SYSTEM_VERSION=
NG_IBF_VIDEO_GUIDE_URL=
NG_IBF_PDF_GUIDE_URL=
NG_APPLICATION_INSIGHTS_INSTRUMENTATION_KEY=
NG_APPLICATION_INSIGHTS_URL=
SUPPORT_EMAIL_ADDRESS=
WHATS_NEW_URL=
# tools/deploy
PRODUCTION_DATA_SERVER=<yes/no> #Note: staging is not considered production here. This is about overwriting data upon release.
# tests/lighthouse
LIGHTHOUSE_SERVER_URL=
LIGHTHOUSE_SERVER_LOGIN_USER=
LIGHTHOUSE_SERVER_LOGIN_PASSWORD=
LIGHTHOUSE_BUILD_TOKEN=
IBF_TEST_URL=
IBF_LOGIN_PATH=
LOGIN_USER=
LOGIN_PASSWORD=
# tests/cypress
CYPRESS_RECORD_KEY=
CYPRESS_BASE_URL=
CYPRESS_LOGIN_USER=
CYPRESS_LOGIN_PASSWORD=
# Mailchimp
MC_API=
MC_LIST_ID=
# Enter segments in this specific format; current values are 'test segments', only replace on production-servers
MC_SEGMENTS=ZMB:90286,UGA:102274,KEN:90702,ETH:90706,EGY:100810,PHL:105802,ZWE:105794