lisa-box
Version:
Home automation system L.I.S.A.
25 lines (23 loc) • 473 B
JavaScript
/**
* Server Configuration
* (app.config.twilio)
*
* Configure the Twilio Service
*
* @see {@link https://github.com/jaumard/trailpack-twilio}
*/
module.exports = {
/**
* The "account sid" associated with your Twilio account.
*/
accountSid: 'null',
/**
* The "auth token" associated with your Twilio account.
*/
authToken: 'null',
/**
* This is the 'From' phone number you'd like to use to send the SMS.
*/
from: 'null'
}