UNPKG

lisa-box

Version:
25 lines (23 loc) 473 B
'use strict' /** * 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' }