diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-10 09:18:39 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-12 12:49:50 +0100 |
commit | 00bc27f2e9abcc6d5c6be71ef5a58cb32f1a028b (patch) | |
tree | ef6ea94ab798d1792fa6a76b0185a7505ec49e93 /conf | |
parent | b97d677e3e7438dfa4ecfd66911d4796ecacc5d2 (diff) |
Add option to use a Twilio Messaging Service.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 528fc1012..72b5fbaa3 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -211,6 +211,7 @@ PHONE_COUNTRY: '' TWILIO_ACCOUNT_SID: '' TWILIO_AUTH_TOKEN: '' TWILIO_FROM_PARAMETER: '' +TWILIO_MESSAGING_SERVICE_SID: '' # If you want to hide all pages from non-logged-in users, set this to 1. LOGIN_REQUIRED: 0 |