diff --git a/watchtower/src/main.rs b/watchtower/src/main.rs index 29f4a70b42..8e1cfaedff 100644 --- a/watchtower/src/main.rs +++ b/watchtower/src/main.rs @@ -34,12 +34,12 @@ fn get_config() -> Config { export SLACK_WEBHOOK=... export DISCORD_WEBHOOK=... - + Telegram requires the following two variables: export TELEGRAM_BOT_TOKEN=... export TELEGRAM_CHAT_ID=... - + To receive a Twilio SMS notification on failure, having a Twilio account, and a sending number owned by that account, define environment variable before running `solana-watchtower`: