Modified paths
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user