]> git.r.bdr.sh - rbdr/dead-drop/blobdiff - config/config.js
Check the Account SID (#3)
[rbdr/dead-drop] / config / config.js
index 16e9a9f017dad1f581b82aa03aa0150c40542b5c..b1a1fac1fd7f5da09c06a3fb92d2456b5225ef11 100644 (file)
@@ -12,11 +12,13 @@ const internals = {};
  * @memberof DeadDrop
  * @typedef {object} tConfiguration
  * @property {number} [port=1988] the port where the app will listen on
+ * @property {string} twilioAccountSid the twilio account sid used to authorize calls
  * @property {DeadDrop.tRedisConfiguration} redis the configuration to
  * connect to the redis server
  */
 module.exports = internals.Config = {
   port: Getenv.int('DEAD_DROP_PORT', 1988),
+  twilioAccountSid: Getenv('DEAD_DROP_TWILIO_ACCOUNT_SID'),
 
   /**
    * Information required to connect to the redis server