Skip to content

Commit

Permalink
Add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinshenoy committed Mar 7, 2019
1 parent 24368a1 commit 8f3b4cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ALLOWED_HOSTS=*
DEBUG=True
AWS_ACCESS_KEY_ID=ddddff
AWS_SECRET_ACCESS_KEY=fffff
AWS_STORAGE_BUCKET_NAME=my-s3-bucket
AWS_ACCESS_KEY_ID=somekey
AWS_SECRET_ACCESS_KEY=somesecret
AWS_STORAGE_BUCKET_NAME=my-s3-bucket
EMAIL_HOST=smtp.gmail.com
EMAIL_HOST_USER=someone@gmail.com
EMAIL_HOST_PASSWORD=somepassword

0 comments on commit 8f3b4cf

Please sign in to comment.