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 a918855 commit d6ec992Copy full SHA for d6ec992
leetcode_backend/backend/settings.py
@@ -24,10 +24,10 @@
24
GEMINI_API_KEY = "AIzaSyDU88ywematkfLK7q9j5GXIRlZhewSDH3E"
25
26
# SECURITY WARNING: don't run with debug turned on in production!
27
-DEBUG = True
+DEBUG = False
28
29
# settings.py
30
-ALLOWED_HOSTS = ['leetcode-helper-wn4c.onrender.com', 'localhost', '127.0.0.1']
+ALLOWED_HOSTS = ['.render.com', 'localhost', '127.0.0.1']
31
32
# Application definition
33
0 commit comments