You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CRISIS_ALERT_EMAIL_RECIPIENTS`| No | Comma/semicolon/newline-separated email-form recipients. Use a normal mailbox for email-only delivery, or a Google Voice-associated mailbox/address to also trigger Google Voice prompts. |
117
117
|`CRISIS_ALERT_EMAIL_SENDER_EMAIL`| No | Sender email address used for crisis alert email. Gmail is the default transport, but the sender naming is provider-neutral. |
118
118
|`CRISIS_ALERT_EMAIL_SENDER_PASSWORD`| No | Sender SMTP password or app password. For Cloud Run, prefer `CRISIS_ALERT_EMAIL_SENDER_PASSWORD_SECRET_NAME` in env sync. |
119
119
|`CRISIS_ALERT_EMAIL_SMTP_HOST`| No | Optional SMTP host override. Defaults to Gmail SMTP when unset. |
120
120
|`CRISIS_ALERT_EMAIL_SMTP_PORT`| No | Optional SMTP port override. Defaults to `465` when unset. |
121
121
|`CRISIS_ALERT_EMAIL_SMTP_SECURITY`| No | Optional SMTP security override: `ssl`, `starttls`, or `none`. Defaults to `ssl` when unset. |
122
+
|`CRISIS_ALERT_TELEGRAM_CHAT_IDS`| No | Dedicated crisis-alert Telegram chat IDs. Separate from the strategy-cycle Telegram chat. |
123
+
|`CRISIS_ALERT_TELEGRAM_BOT_TOKEN`| No | Dedicated crisis-alert Telegram bot token. For Cloud Run, prefer `CRISIS_ALERT_TELEGRAM_BOT_TOKEN_SECRET_NAME` in env sync. |
122
124
123
125
The selected account-group entry must provide at least:
0 commit comments