This commit is contained in:
Ojakoo
2022-08-16 21:43:04 +03:00
parent 6732e30213
commit a310d51f5e
+2 -1
View File
@@ -82,7 +82,8 @@ DATABASES = {
# Google api settings # Google api settings
GROUP_KEY = os.getenv("GROUP_KEY", "") GROUP_KEY = os.getenv("GROUP_KEY", "")
GOOGLE_SERVICE_ACCOUNT = json.loads(os.getenv("GOOGLE_CREDS_JSON", "{}")) # GOOGLE_SERVICE_ACCOUNT = json.loads(os.getenv("GOOGLE_CREDS_JSON", "{}"))
GOOGLE_SERVICE_ACCOUNT = json.loads("{}")
# JWT authentication # JWT authentication
SIMPLE_JWT = { SIMPLE_JWT = {