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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ commit credentials.
85
85
|`TELEGRAM_TOKEN`| Optional | Telegram bot token for strategy-cycle summaries |
86
86
|`GLOBAL_TELEGRAM_CHAT_ID`| Optional | Telegram chat ID for strategy-cycle summaries |
87
87
|`FIRSTRADE_STRATEGY_PLUGIN_MOUNTS_JSON`| Optional | JSON sidecar plugin mount config. Overrides global `STRATEGY_PLUGIN_MOUNTS_JSON` for this platform |
88
-
|`CRISIS_ALERT_GOOGLE_VOICE_GATEWAY`| Optional |Google Voice SMS gateway recipients, usually ending in `@txt.voice.google.com`|
89
-
|`CRISIS_ALERT_GOOGLE_VOICE_GMAIL_USER`| Optional | Gmail address used to send Google Voice gateway alerts|
90
-
|`CRISIS_ALERT_GOOGLE_VOICE_GMAIL_APP_PASSWORD`| Optional | Gmail App Password, preferably supplied from Secret Manager in Cloud Run |
88
+
|`CRISIS_ALERT_GOOGLE_VOICE_RECIPIENTS`| Optional |Email-form recipients. Use a normal mailbox for email-only delivery, or a Google Voice mailbox/address to also trigger GV prompts|
89
+
|`CRISIS_ALERT_GOOGLE_VOICE_GMAIL_USER`| Optional | Gmail address used as the sender for Google Voice notification mail|
90
+
|`CRISIS_ALERT_GOOGLE_VOICE_GMAIL_APP_PASSWORD`| Optional | Gmail App Password for the sender account, preferably supplied from Secret Manager in Cloud Run |
0 commit comments