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 d6ec992 commit a0752deCopy full SHA for a0752de
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 = "AIzaSyDU88ywematkfLK7q9j5GXIRlZhewSDH3E"
+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