mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
working on sending twilio messages
This commit is contained in:
parent
0cdf38fcc0
commit
b518846811
8 changed files with 111 additions and 17 deletions
|
|
@ -42,3 +42,7 @@ Rails.application.configure do
|
|||
|
||||
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
|
||||
end
|
||||
|
||||
ENV['TWILIO_NUMBER'] = 'TWILIO_NUMBER'
|
||||
ENV['TWILIO_ACCOUNT_SID'] = 'TWILIO_ACCOUNT_SID'
|
||||
ENV['TWILIO_AUTH_TOKEN'] = 'TWILIO_AUTH_TOKEN'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue