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-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,14 +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_TO`| Optional | Google Voice SMS gateway recipients, usually ending in `@txt.voice.google.com`|
89
-
|`CRISIS_ALERT_SMTP_FROM`| Optional | SMTP sender address for Google Voice alerts |
90
-
|`CRISIS_ALERT_SMTP_HOST`| Optional | SMTP host for Google Voice alerts |
91
-
|`CRISIS_ALERT_SMTP_PORT`| Optional | SMTP port. Defaults to `587`|
92
-
|`CRISIS_ALERT_SMTP_USERNAME`| Optional | SMTP username when authentication is required |
93
-
|`CRISIS_ALERT_SMTP_PASSWORD`| Optional | SMTP password, preferably supplied from Secret Manager in Cloud Run |
94
-
|`CRISIS_ALERT_SMTP_STARTTLS`| Optional | Enable STARTTLS for SMTP. Defaults to `true`|
95
-
|`CRISIS_ALERT_SMTP_SSL`| Optional | Use SMTP over SSL. Defaults to `false`|
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 |
0 commit comments