Skip to content

Commit 7b2f5f6

Browse files
committed
comit isue resolvd
1 parent c1d1171 commit 7b2f5f6

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
@@ -21,10 +21,10 @@
2121

2222
# SECURITY WARNING: keep the secret key used in production secret!
2323
SECRET_KEY = 'django-insecure-3i1tui3mzz&3ovzlutdog7y!j=8o9(vuah3yg*k!a57r%u(6%w'
24-
GEMINI_API_KEY = 'AIzaSyCEtv_0PJw6NRF-LaMbrWlihi2fxKjUkOs'
24+
GEMINI_API_KEY = "AIzaSyCEtv_0PJw6NRF-LaMbrWlihi2fxKjUkOs"
2525

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

2929
# settings.py
3030
ALLOWED_HOSTS = ['.render.com', 'localhost', '127.0.0.1']

0 commit comments

Comments
 (0)