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 a0752de commit c1d1171Copy full SHA for c1d1171
leetcode_backend/backend/settings.py
@@ -21,7 +21,7 @@
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
0 commit comments