We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3ec4a commit 13ffccaCopy full SHA for 13ffcca
1 file changed
task_manager/settings.py
@@ -32,7 +32,7 @@
32
# SECURITY WARNING: don't run with debug turned on in production!
33
DEBUG = os.getenv("DEBUG", False)
34
35
-ENVIRONMENT = os.getenv("DJANGO_ENV", "dev")
+ENVIRONMENT = os.getenv("DJANGO_ENV", "test")
36
37
ALLOWED_HOSTS = ['python-project-52-r4q7.onrender.com', 'localhost', '127.0.0.1', 'webserver']
38
0 commit comments