diff --git a/back-end/BAA/settings/prod.py b/back-end/BAA/settings/prod.py index 114e0f5..e108b3e 100644 --- a/back-end/BAA/settings/prod.py +++ b/back-end/BAA/settings/prod.py @@ -39,3 +39,5 @@ EMAIL_USE_TLS = True FROM_EMAIL = 'ian@ianluo.com' DOMAIN = 'http://floating-castle-71814.herokuapp.com/' + +SECRET_KEY = os.getenv('DJANGO_SECRETKEY') \ No newline at end of file