forked from Path-Check/gaen-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env.bt
More file actions
33 lines (22 loc) · 887 Bytes
/
example.env.bt
File metadata and controls
33 lines (22 loc) · 887 Bytes
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
DOWNLOAD_PATH=pc
DISPLAY_SELF_ASSESSMENT=true
PRIVACY_POLICY_URL='https://pathcheck.org/privacy-policy/'
DISPLAY_NAME='PathCheck'
IN_APP_NAME='PathCheck'
IOS_BUNDLE_ID='org.pathcheck.bt'
IOS_APP_STORE_URL='https://apps.apple.com/us/app/idXXXXXXXXXX'
ANDROID_APPLICATION_ID='org.pathcheck.pc.bt'
ANDROID_PLAY_STORE_URL='https://play.google.com/store/apps/details?id=org.pathcheck.pc.bt'
REGION_CODES='US'
POST_DIAGNOSIS_KEYS_URL=https://example.app
DOWNLOAD_BASE_URL=https://example.app/download
EXPOSURE_CONFIGURATION_BASE_URL=https://example.app/exposureconfiguration
GAEN_VERIFY_URL=https://verify.com
GAEN_VERIFY_API_TOKEN=GAEN_VERIFY_API_TOKEN
GAEN_AUTHORITY_NAME=The PathCheck Foundation
AUTHORITY_ADVICE_URL=https://pathcheck.org
DEBUG_API_URL=https://example.debug.com/
DEBUG_API_TOKEN=DEBUG_API_TOKEN
SUPPORTED_LOCALES=en,es_PR
EN_DEVELOPER_REGION=US
EN_API_VERSION=1