Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
Update prod.config.template
Browse files Browse the repository at this point in the history
Adjusted prod environment configuration
  • Loading branch information
YashoSharma authored Jun 30, 2017
1 parent 18406b5 commit 9e3e41c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/prod.config.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AWS=1
HACKILLINOIS_PORT=$PROD_PORT

#API KEYS AND PASSWORDS
HACKILLINOIS_SECRET=?
HACKILLINOIS_SUPERUSER_EMAIL=?
HACKILLINOIS_SUPERUSER_PASSWORD=?
HACKILLINOIS_MAIL_KEY=?
HACKILLINOIS_SECRET=$PROD_SECRET
HACKILLINOIS_SUPERUSER_EMAIL=$PROD_SUPERUSER_EMAIL
HACKILLINOIS_SUPERUSER_PASSWORD=$PROD_SUPERUSER_PASSWORD
HACKILLINOIS_MAIL_KEY=$PROD_MAIL_KEY

#DATABASE
DB_NAME=$PROD_DB_NAME
Expand Down

0 comments on commit 9e3e41c

Please sign in to comment.