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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,12 +85,12 @@ 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_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_SENDER_EMAIL`| Optional | Sender email address used for Google Voice notification mail. Gmail is the default transport, but the sender naming is provider-neutral |
90
-
|`CRISIS_ALERT_GOOGLE_VOICE_SENDER_PASSWORD`| Optional | Sender SMTP password or app password, preferably supplied from Secret Manager in Cloud Run |
91
-
|`CRISIS_ALERT_GOOGLE_VOICE_SMTP_HOST`| Optional | SMTP host override. Defaults to Gmail SMTP when unset |
92
-
|`CRISIS_ALERT_GOOGLE_VOICE_SMTP_PORT`| Optional | SMTP port override. Defaults to `465` when unset |
93
-
|`CRISIS_ALERT_GOOGLE_VOICE_SMTP_SECURITY`| Optional | SMTP security override: `ssl`, `starttls`, or `none`. Defaults to `ssl` when unset |
88
+
|`CRISIS_ALERT_EMAIL_RECIPIENTS`| Optional | Email-form recipients. Use a normal mailbox for email-only delivery, or a Google Voice-associated mailbox/address to also trigger Google Voice prompts |
89
+
|`CRISIS_ALERT_EMAIL_SENDER_EMAIL`| Optional | Sender email address used for crisis alert email. Gmail is the default transport, but the sender naming is provider-neutral |
90
+
|`CRISIS_ALERT_EMAIL_SENDER_PASSWORD`| Optional | Sender SMTP password or app password, preferably supplied from Secret Manager in Cloud Run |
91
+
|`CRISIS_ALERT_EMAIL_SMTP_HOST`| Optional | SMTP host override. Defaults to Gmail SMTP when unset |
92
+
|`CRISIS_ALERT_EMAIL_SMTP_PORT`| Optional | SMTP port override. Defaults to `465` when unset |
93
+
|`CRISIS_ALERT_EMAIL_SMTP_SECURITY`| Optional | SMTP security override: `ssl`, `starttls`, or `none`. Defaults to `ssl` when unset |
0 commit comments