Skip to content

Commit

Permalink
added dotenv package
Browse files Browse the repository at this point in the history
  • Loading branch information
tbass134 committed Jul 29, 2020
1 parent 7443471 commit 26615d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// FALLBACK_SIP - The SIP URI to connect. This is used when FALLBACK_TYPE is set to 'sip'
// VOICE_NAME - Nexmo voice to use for text-to-spech
// PORT - The port the application should listen on
require('dotenv').config()

const express = require('express')
const bodyParser = require('body-parser');
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^2.5.6",
"express": "^4.15.2"
"express": "^4.15.2",
"dotenv": "*"
},
"devDependencies": {
"request": "^2.81.0",
Expand Down

0 comments on commit 26615d8

Please sign in to comment.