Skip to content

Commit 9e8e11d

Browse files
authored
Merge branch 'develop' into EncryptEx-patch-1
2 parents 998ae2d + 693af3f commit 9e8e11d

File tree

9 files changed

+823
-198
lines changed

9 files changed

+823
-198
lines changed

.env.template

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ CAS_SERVER=""
1414
OIDC_DISCOVERY_ENDPOINT=""
1515
POSTGRES_PORT="5432"
1616
MYHACKUPC_PORT="8000"
17+
1718
GOOGLE_WALLET_ISSUER_ID=""
1819
GOOGLE_WALLET_CLASS_SUFFIX=""
19-
GOOGLE_WALLET_APPLICATION_CREDENTIALS="/path/to/credentials.json" # remember to allow read perms
20+
GOOGLE_WALLET_PASS_SUFFIX=""
21+
# IMPORTANT! If you modify this, it needs to be acording to the docker-compose.yaml volume
22+
GOOGLE_WALLET_APPLICATION_CREDENTIALS="/code/.google-service.account.json" # remember to allow read perms
23+
# recomended /code/.google-service.account.json due to docker-compose.yaml volume mapping
24+

app/gwallet/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)