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 00ee35e commit b1e4d13Copy full SHA for b1e4d13
feedlink/settings.py
@@ -26,7 +26,7 @@
26
# Quick-start development settings - unsuitable for production
27
# See https://docs.djangoproject.com/en/5.2/howto/deployment/checklist/
28
29
-SECRET_KEY = os.environ.get('SECRET_KEY', 'fallback-insecure-key-for-dev-only')
+SECRET_KEY = os.environ.get('SECRET_KEY')
30
31
# SECURITY WARNING: don't run with debug turned on in production!
32
DEBUG = True
0 commit comments