-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 fix(cgw.env): update PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_CLIENT_…
…EMAIL 🔒 chore(cgw.env): add JWT_ISSUER and JWT_SECRET for JWT signing and verification 🔑 chore(cgw.env): add FINGERPRINT_ENCRYPTION_KEY for community use 🐳 chore(docker-compose.yml): add cgw-db service for PostgreSQL 14-alpine 📝 chore(docs): update commands to remove containers and volumes
- Loading branch information
Showing
3 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,12 +30,6 @@ AUTH_TOKEN=your_privileged_endpoints_token | |
LOG_LEVEL=info | ||
# LOG_SILENT=true | ||
|
||
# Alerts provider | ||
ALERTS_PROVIDER_SIGNING_KEY='' | ||
ALERTS_PROVIDER_API_KEY='' | ||
ALERTS_PROVIDER_ACCOUNT='' | ||
ALERTS_PROVIDER_PROJECT='' | ||
|
||
# Email handling | ||
# Please note that the Safe CGW is currently using Pushwoosh as the email services provider. | ||
# Refer to the provider's official documentation to set up emailing. | ||
|
@@ -54,7 +48,7 @@ EMAIL_TEMPLATE_VERIFICATION_CODE='' | |
# Firebase project | ||
PUSH_NOTIFICATIONS_API_PROJECT='' | ||
# Firebase service account details for authenticating with Google | ||
PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_CLIENT_EMAIL='' | ||
PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_CLIENT_EMAIL=[email protected] | ||
PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_PRIVATE_KEY='' | ||
|
||
# Relay Provider | ||
|
@@ -85,3 +79,14 @@ STAKING_API_KEY='' | |
# The testnet staking provider to be used. | ||
# (default='https://api.testnet.kiln.fi') | ||
STAKING_TESTNET_API_KEY='' | ||
|
||
|
||
# The issuer and secret used to sign and verify JWTs. | ||
JWT_ISSUER='' | ||
JWT_SECRET='' | ||
|
||
# Community | ||
FINGERPRINT_ENCRYPTION_KEY='' | ||
|
||
POSTGRES_HOST=cgw-db | ||
POSTGRES_DB=postgres |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters