File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,12 @@ license_key = process.env.NEW_RELIC_LICENSE_KEY or newRelicConfig.license_key
10
10
if (app_name .length > 0 and license_key .length > 0 )
11
11
require (' newrelic' )
12
12
13
- dotenv = require ' dotenv'
14
13
express = require ' express'
15
14
favicon = require ' serve-favicon'
16
15
mongoose = require ' mongoose'
17
16
path = require ' path'
18
17
debug = require (' debug' )(' gyazz:app' )
19
18
20
- # # load environments from '.env'
21
- dotenv .load ()
22
-
23
19
# # express modules
24
20
bodyParser = require ' body-parser'
25
21
multer = require ' multer'
Original file line number Diff line number Diff line change 20
20
"cookie-parser" : " ^1.0.1" ,
21
21
"cors" : " ^2.7.1" ,
22
22
"debug" : " *" ,
23
- "dotenv" : " ^1.2.0" ,
24
23
"express" : " ^4.4" ,
25
24
"grunt" : " *" ,
26
25
"grunt-cli" : " *" ,
You can’t perform that action at this time.
0 commit comments