Skip to content

Commit 835226c

Browse files
committed
uninstall dotenv npm
1 parent f7c5f67 commit 835226c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

gyazz.coffee

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ license_key = process.env.NEW_RELIC_LICENSE_KEY or newRelicConfig.license_key
1010
if(app_name.length > 0 and license_key.length > 0)
1111
require('newrelic')
1212

13-
dotenv = require 'dotenv'
1413
express = require 'express'
1514
favicon = require 'serve-favicon'
1615
mongoose = require 'mongoose'
1716
path = require 'path'
1817
debug = require('debug')('gyazz:app')
1918

20-
## load environments from '.env'
21-
dotenv.load()
22-
2319
## express modules
2420
bodyParser = require 'body-parser'
2521
multer = require 'multer'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"cookie-parser": "^1.0.1",
2121
"cors": "^2.7.1",
2222
"debug": "*",
23-
"dotenv": "^1.2.0",
2423
"express": "^4.4",
2524
"grunt": "*",
2625
"grunt-cli": "*",

0 commit comments

Comments
 (0)