Modified paths

This commit is contained in:
Ojakoo
2022-08-17 23:00:11 +03:00
parent 0026b788b2
commit ea9a732803
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -83,9 +83,9 @@ DATABASES = {
# Google api settings
GROUP_KEY = os.getenv("GROUP_KEY", "")
try:
GOOGLE_SERVICE_ACCOUNT = json.loads(os.getenv("GOOGLE_CREDS_JSON", "{}"))
GOOGLE_CREDS_JSON = json.loads(os.getenv("GOOGLE_CREDS", "{}"))
except:
GOOGLE_SERVICE_ACCOUNT = json.loads("{}")
GOOGLE_CREDS_JSON = json.loads("{}")
# JWT authentication