forked from ybakos/cs362-coad-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
33 lines (24 loc) · 797 Bytes
/
.env.example
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
# Your dev database username
DEV_DB_USERNAME='CHANGEME'
# Your dev database password
DEV_DB_PASSWORD='CHANGEME'
# Your test database username
TEST_DB_USERNAME='CHANGEME'
# Your test database password
TEST_DB_PASSWORD='CHANGEME'
# Default password used for admin users during seed
DEFAULT_PASSWORD='CHANGEME'
# Format: '{admin_name: "[email protected]"}'
ADMINS='CHANGEME'
# Test organization user account email for manual testing
TEST_USER_EMAIL='CHANGEME'
# Test organization user account password
TEST_USER_PASSWORD='CHANGEME'
RECAPTCHA_SITE_KEY='CHANGEME'
RECAPTCHA_SECRET_KEY='CHANGEME'
# Production & Staging only:
GMAIL_USERNAME='CHANGEME'
GMAIL_PASSWORD='CHANGEME'
AIRBRAKE_API_KEY='CHANGEME'
AIRBRAKE_ENV='CHANGEME' # 'staging' or 'production'
AIRBRAKE_PROJECT_ID='CHANGEME'