forked from techx/quill
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.prod
More file actions
39 lines (29 loc) · 1.11 KB
/
.env.prod
File metadata and controls
39 lines (29 loc) · 1.11 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
# 'dev' or 'production'
# Currently in dev mode even in production site
NODE_ENV='dev'
# Connection string URI for your MongoDB database
# DATABASE=''
# Production uses MONGO_URL environment variable for this purpose
# Port that this app runs on
PORT='5000'
# JWT_SECRET is also loaded from the server env variables
# Root URL for this app
ROOT_URL='https://apply.hackjunction.com'
# Credentials for the admin user created at app initialization
ADMIN_EMAIL='admin@hackjunction.com'
ADMIN_NICKNAME='admin'
# Admin pass from server env
# Used to send verification, registration, and confirmation emails
# EMAIL_PASS from server environment variables
EMAIL_CONTACT='Junction Team <participants@hackjunction.com>'
EMAIL_HOST='smtp.sendgrid.net'
EMAIL_USER='hackjunction'
EMAIL_PORT='465'
EMAIL_HEADER_IMAGE='http://vrjam.hackjunction.com/images/2016_junction_logo_final_text.png'
# Limits the number of users that can join a team
TEAM_MAX_SIZE=100
# Used to send error messages to your Slack team when the API catches an error
SLACK_HOOK='https://hooks.slack.com/services/yourapikey'
# AWS
AWS_ACCESS_KEY_ID=''
AWS_SECRET_ACCESS_KEY=''