Skip to content

Commit

Permalink
fix typo in disco_service/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gough committed Sep 7, 2015
1 parent 930ebd6 commit 8c83b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion disco_service/settings.py
Expand Up @@ -9,7 +9,7 @@
.. note::
enbparse.env used to create default values that are overriden by
envparse.env used to create default values that are overriden by
environment variables (where present). This is how settings are
managed in Docker containers, http://12factor.net style.
Expand All @@ -21,6 +21,7 @@
from datetime import timedelta

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

SECRET_KEY = env(
'SECRET_KEY',
default='this_is_not_a_real_secret_key_234db#1k2l#GfnGqn')
Expand Down

0 comments on commit 8c83b35

Please sign in to comment.