forked from techx/quill
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7926227
commit 4eb310c
Showing
4 changed files
with
3,700 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# 'dev' or 'production' | ||
NODE_ENV= 'dev' | ||
NODE_ENV= 'production' | ||
|
||
# Connection string URI for your MongoDB database | ||
DATABASE='' | ||
DATABASE='mongodb://richardshkim04:[email protected]:27017,ac-o2q36q2-shard-00-01.81yclus.mongodb.net:27017,ac-o2q36q2-shard-00-02.81yclus.mongodb.net:27017/?ssl=true&replicaSet=atlas-r5o0wl-shard-0&authSource=admin&retryWrites=true&w=majority' | ||
|
||
# Port that this app runs on | ||
PORT='3000' | ||
|
@@ -18,16 +18,16 @@ ADMIN_EMAIL='[email protected]' | |
ADMIN_PASS='party' | ||
|
||
# Used to send verification, registration, and confirmation emails | ||
EMAIL_CONTACT='Hackathon Team <[email protected]>' | ||
EMAIL_HOST='smtp.gmail.com' | ||
EMAIL_USER='[email protected]' | ||
EMAIL_PASS='password' | ||
EMAIL_PORT='465' | ||
EMAIL_CONTACT='BigRed//Hacks <[email protected]>' | ||
EMAIL_HOST='smtp.mailgun.org' | ||
EMAIL_USER='[email protected]' | ||
EMAIL_PASS='adb9729b85bec3cbae990652ea42d6ef-c76388c3-37710276' | ||
EMAIL_PORT='587' | ||
EMAIL_HEADER_IMAGE='https://s3.amazonaws.com/hackmit-assets/Banner_600.jpg' | ||
|
||
# Information linked at the bottom of emails | ||
EMAIL_ADDRESS='[email protected]' | ||
HACKATHON_NAME='Hackathon' | ||
HACKATHON_NAME='BigRed//Hacks' | ||
TWITTER_HANDLE='hackathon' | ||
FACEBOOK_HANDLE='hackathon' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.