-
Notifications
You must be signed in to change notification settings - Fork 15
/
example.env
61 lines (52 loc) · 1.97 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_HOST=ibf-local-db #docker.for.mac.localhost
DB_PORT=5432 #5437
DB_DATABASE=ibf
DB_USERNAME=ibf
DB_PASSWORD=ibf
SECRET=secret
RESET_SECRET=fill_in_secret
NODE_ENV=development
LOCAL_PORT_IBF_SERVICE=3000 # If you do not specify a port, the default port is 3000. this only applies to the override docker-compose file
API_SERVICE_URL=http://localhost:3000/api # URL should not end with trailing slash
# 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=http://localhost:4200
COUNTRIES=UGA,ZMB,ETH,PHL,ZWE,MWI,SSD
# 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,flash-floods
# IBF-geoserver
GEOSERVER_ADMIN_PASSWORD=
# interfaces/IBF-dashboard
NG_CONFIGURATION=
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.
# 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,PHL:105802,ZWE:105794
# Twilio
EXTERNAL_API_SERVICE_URL= #end with slash
TWILIO_SID=AC_example #some value starting with AC needed for api-service to compile
TWILIO_AUTHTOKEN=example #some value needed for api-service to compile
TWILIO_MESSAGING_SID=
TWILIO_WHATSAPP_NUMBER=+
# Playwright configuration
AZURE_DEV_URL=
AZURE_DEVOPS_TOKEN=