We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e8c57 commit 8a9e942Copy full SHA for 8a9e942
issue_tracker/settings.py
@@ -28,8 +28,7 @@
28
# See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/
29
30
# SECURITY WARNING: keep the secret key used in production secret!
31
-SECRET_KEY = os.environ.get(
32
- 'SECRET_KEY', 'r81y2+3y=qlb(=0-77rx3k07-8kqdqum5*rn@5a@j8ww194%5f')
+SECRET_KEY = os.environ.get('SECRET_KEY')
33
34
# SECURITY WARNING: don't run with debug turned on in production!
35
DEBUG = development
0 commit comments