forked from sovrin-foundation/sovrin-devexchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.env
43 lines (30 loc) · 981 Bytes
/
development.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
# nodemailer parameters
MAILER_SERVICE_PROVIDER=gmail
MAILER_EMAIL_ID=email.id
MAILER_PASSWORD=password
# database seeding - these should normally be set to true for dev
MONGO_SEED=true
MONGO_SEED_LOG_RESULTS=true
# URI for the host of the application
DOMAIN=https://localhost:3000
# whether the app should be running in production mode - this affects whether development accounts are created
# and how the admin password is set
DEVEX_PROD=false
# github client_id and client_secret
=======
GITHUB_ID=abc123
GITHUB_SECRET=supersecret
# access to github API
GITHUB_ACCESS_TOKEN=abcfdefghijklmo12345
# nexmo id and secret for sms 2FA (approval digitiziation)
NEXMO_API_KEY=abc123abc
NEXMO_API_SECRET=abc123abc123
NEXMO_FROM_NUMBER=12505555555
# default credentials for local dev accounts - won’t be used in production
DEV_ADMIN_PWD=admin
DEV_USER_PWD=admin
DEV_DEV_PWD=admin
DEV_DEV2_PWD=admin
DEV_GOV_PWD=admin
ALLOW_EDIT_CAPS=true