-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.env.test
More file actions
62 lines (57 loc) · 1.91 KB
/
Copy path.env.test
File metadata and controls
62 lines (57 loc) · 1.91 KB
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
##
PORT=3004
ENV=test
ADMIN_PASS=password
# IMPORT_PRIVATE_KEYS_TO_KMS=false
AWS_REGION=us-east-1
AWS_ACCOUNT_ID=902020902029
KMS_KEYS_TAG="Environment=Test"
MNEMONIC="test test test test test test test test test test test junk"
NETWORK=dapptest
LOG_LEVEL=debug
RECAPTCHA_SECRET=
WALLET_URL=http://localhost:3000
# Zoom (Face Recognition / Liveness Test API) License key
ZOOM_LICENSE_KEY=
# "https://api.facetec.com/api/v3.1/biometrics" for FaceTec Managed Testing API.
ZOOM_SERVER_BASEURL=https://api.facetec.com/api/v3.1/biometrics
# Minimal FaceTec Match Level threshold to mark enrollment as duplicate
# https://dev.zoomlogin.com/#/matching-guide
ZOOM_MINIMAL_MATCHLEVEL=1
SKIP_EMAIL_VERIFICATION=false
ALLOW_DUPLICATE_USER_DATA=false
DISABLE_FACE_VERIFICATION=false
ALLOW_DUPLICATED_FACE_RECORDS=false
# Time interval (in hours) to store face verification records after user deletes his account
KEEP_FACE_VERIFICATION_RECORDS=24
JWT_PASS=G00DDAPP
JWT_EXPIRATION=604800
WEB3_SITE_URL=https://inivtation.herokuapp.com
FUSE_API=https://explorer.fuse.io
ADMIN_MIN_BALANCE=100000
ENABLE_MONGO_LOCK=false
NUMBER_OF_ADMIN_WALLET_ACCOUNTS=5
CLAIM_QUEUE_ALLOWED=1
CELO_ENABLED=false
FACEBOOK_GRAPH_API_URL=https://graph.facebook.com
SENTRY_DSN=
FACE_VERIFICATION_CRON="0 0 * * * *"
## DO NOT COMMIT THOSE VALUES
ALCHEMY_API=dummy
AWS_SES_ACCESS_KEY=dummy
AWS_SES_SECRET_ACCESS_KEY=dummy
AWS_SES_REGION='eu-west-1'
AWS_SES_SOURCE_VERIFICATION_EMAIL='GoodDollar <support@gooddollar.org>'
AWS_SES_TEMPLATE_NAME=VerificationEmail
# jwt authorization
CF_WORKER_VERIFY_JWT_SECRET=dummy
CF_WORKER_VERIFY_JWT_AUDIENCE='urn:PasswordlessGateway'
CF_WORKER_VERIFY_JWT_SUBJECT='urn:Auth0'
CF_WORKER_VERIFY_URL=https://verify.goodworker.workers.dev
MAUTIC_TOKEN=dummy
MAUTIC_BASIC_TOKEN=dummy
MAUTIC_NEWUSER_TAG=dappuser1
MAUTIC_URL=https://go.gooddollar.org/api
ONGAGE_KEY=test-ongage-key
ONGAGE_SECRET=test-ongage-secret
ONGAGE_ACCOUNT_CODE=test-ongage-account