From 967ddb2d7931d8f6202445eb8c02b0684f7e5b41 Mon Sep 17 00:00:00 2001 From: Luis Helder Date: Thu, 11 Jul 2024 09:17:43 -0300 Subject: [PATCH] docs: add doc about the new variable --- packages/wallet-service/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/wallet-service/README.md b/packages/wallet-service/README.md index 1c4c59fa..a185cc40 100644 --- a/packages/wallet-service/README.md +++ b/packages/wallet-service/README.md @@ -69,6 +69,10 @@ PUSH_ALLOWED_PROVIDERS=android Do not modify the `STAGE` variable. The other variables should be updated accordingly. +The following variables are optional: + +- `ALERT_MANAGER_ACCOUNT_ID`: Account ID to send alerts to. If not set, `ACCOUNT_ID` will be used instead. If neither is set, alerting will not work. + ### AWS cli credentials You need to have `awscli` [configured with your credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html).