Skip to content

Commit

Permalink
CGW - Add Relay configuration placeholders (#137)
Browse files Browse the repository at this point in the history
Adds placeholders for the relay provider mandatory configuration params.
  • Loading branch information
hectorgomezv authored Apr 8, 2024
1 parent 84b3931 commit c9a1492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions container_env_files/cgw.env
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ ALERTS_PROVIDER_API_KEY=''
ALERTS_PROVIDER_ACCOUNT=''
ALERTS_PROVIDER_PROJECT=''

# Relay Provider
RELAY_PROVIDER_API_KEY_GNOSIS_CHAIN=''
RELAY_PROVIDER_API_KEY_SEPOLIA=''

# 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.
Expand Down

0 comments on commit c9a1492

Please sign in to comment.