We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0721100 + cdff52b commit 20ee46aCopy full SHA for 20ee46a
src/signal_documentation/settings.py
@@ -48,7 +48,7 @@
48
49
50
# SECURITY WARNING: don't run with debug turned on in production!
51
-DEBUG = True
+DEBUG = bool(strtobool(os.getenv('DEBUG', 'True')))
52
53
54
# SECURITY WARNING: keep the secret key used in production secret!
0 commit comments