wbn?
This commit is contained in:
+1
-2
@@ -82,8 +82,7 @@ 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 = {
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ services:
|
|||||||
- BACKEND_DB_PASSWD
|
- BACKEND_DB_PASSWD
|
||||||
- BACKEND_EMAIL_API_KEY
|
- BACKEND_EMAIL_API_KEY
|
||||||
- GOOGLE_CREDS_JSON
|
- GOOGLE_CREDS_JSON
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
BACKEND_SECRET_KEY:
|
BACKEND_SECRET_KEY:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user