-
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.
- Loading branch information
1 parent
c449dad
commit 0697bea
Showing
2 changed files
with
12 additions
and
9 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 | ||
|
@@ -84,4 +78,12 @@ STAKING_API_KEY='' | |
# Testnet Staking Provider | ||
# The testnet staking provider to be used. | ||
# (default='https://api.testnet.kiln.fi') | ||
STAKING_TESTNET_API_BASE_URI='' | ||
STAKING_TESTNET_API_KEY='' | ||
|
||
# The issuer and secret used to sign and verify JWTs. | ||
JWT_ISSUER='' | ||
JWT_SECRET='' | ||
|
||
# Community | ||
FINGERPRINT_ENCRYPTION_KEY='' |
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