We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057dd1d commit 7a8f448Copy full SHA for 7a8f448
1 file changed
task_manager/settings.py
@@ -17,7 +17,7 @@
17
# See https://docs.djangoproject.com/en/5.2/howto/deployment/checklist/
18
19
# SECURITY WARNING: keep the secret key used in production secret!
20
-SECRET_KEY = os.getenv('SECRET_KEY')
+SECRET_KEY = os.getenv('DJANGO_SECRET_KEY')
21
22
# don't run with debug turned on in production!
23
DEBUG = env.bool("DJANGO_DEBUG", default=True)
0 commit comments