Add google envs to deploy

This commit is contained in:
Ojakoo
2022-08-06 10:07:00 +03:00
parent 9c66238b82
commit c6be0e6562
4 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ DATABASES = {
# Google api settings
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", '{}'))
# JWT authentication
SIMPLE_JWT = {