jaumard/trailpack-twilio

View on GitHub
archetype/config/twilio.js

Summary

Maintainability
A
0 mins
Test Coverage
'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
}