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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ A number of environment variables are available to configure the service at runt
31
31
| GRACEFUL_SHUTDOWN_TIMEOUT_SECONDS | The number of seconds the application will continue servicing in-flight requests before the application stops after it receives an interrupt signal | 10 |
32
32
| STRUCTURED_LOGGING | If enabled, logs will be in JSON format, and only above INFO level | false |
33
33
| ALLOW_EMAIL_TO_DOMAINS | A comma separated list of domains. Only addresses in this list can have email sent to them. If empty, disable this "sandboxing" functionality. ||
34
+
| TWILIO_ACCOUNT_ID | The Account ID for Twilio ||
35
+
| TWILIO_AUTH_TOKEN | The Account Auth Token for Twilio ||
36
+
| TWILIO_PHONE_NUMBER | The Assigned Twilio Phone Number ||
0 commit comments