forked from ExchangeBC/devex
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample.env
41 lines (29 loc) · 969 Bytes
/
sample.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
# 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=http://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=adminadmin
DEV_USER_PWD=useruser
DEV_DEV_PWD=devdev
DEV_DEV2_PWD=devdev
DEV_GOV_PWD=govgov