Skip to content

Commit d6ec992

Browse files
committed
debug change
1 parent a918855 commit d6ec992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

leetcode_backend/backend/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
GEMINI_API_KEY = "AIzaSyDU88ywematkfLK7q9j5GXIRlZhewSDH3E"
2525

2626
# SECURITY WARNING: don't run with debug turned on in production!
27-
DEBUG = True
27+
DEBUG = False
2828

2929
# settings.py
30-
ALLOWED_HOSTS = ['leetcode-helper-wn4c.onrender.com', 'localhost', '127.0.0.1']
30+
ALLOWED_HOSTS = ['.render.com', 'localhost', '127.0.0.1']
3131

3232
# Application definition
3333

0 commit comments

Comments
 (0)