Skip to content

Commit 2baba25

Browse files
committed
Get SECRET_KEY config setting from environment variable.
1 parent 88e7369 commit 2baba25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/alloydflanagan/settings/production.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
from .local import *
77
except ImportError:
88
pass
9+
10+
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY')

0 commit comments

Comments
 (0)