From c9a14920b20e2ca97a7a44292006598c3d3b0ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20G=C3=B3mez?= Date: Mon, 8 Apr 2024 15:50:20 +0200 Subject: [PATCH] CGW - Add Relay configuration placeholders (#137) Adds placeholders for the relay provider mandatory configuration params. --- container_env_files/cgw.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/container_env_files/cgw.env b/container_env_files/cgw.env index 7055dbf..a04847a 100644 --- a/container_env_files/cgw.env +++ b/container_env_files/cgw.env @@ -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.