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 c1d1171 commit 7b2f5f6Copy full SHA for 7b2f5f6
leetcode_backend/backend/settings.py
@@ -21,10 +21,10 @@
21
22
# SECURITY WARNING: keep the secret key used in production secret!
23
SECRET_KEY = 'django-insecure-3i1tui3mzz&3ovzlutdog7y!j=8o9(vuah3yg*k!a57r%u(6%w'
24
-GEMINI_API_KEY = 'AIzaSyCEtv_0PJw6NRF-LaMbrWlihi2fxKjUkOs'
+GEMINI_API_KEY = "AIzaSyCEtv_0PJw6NRF-LaMbrWlihi2fxKjUkOs"
25
26
# SECURITY WARNING: don't run with debug turned on in production!
27
-DEBUG = False
+DEBUG = True
28
29
# settings.py
30
ALLOWED_HOSTS = ['.render.com', 'localhost', '127.0.0.1']
0 commit comments