integrate with nextepc.now.sh

This commit is contained in:
Sukchan Lee 2017-06-11 00:38:26 +09:00
parent 8696c35cd3
commit 77b45a825d

View file

@ -44,6 +44,6 @@
"scripts": {
"dev": "node server/index.js",
"build": "next build",
"start": "NODE_ENV=production node server/index.js"
"start": "NODE_ENV=production DB_URI='mongodb://acetcom:sejin123@ds025792.mlab.com:25792/nextepc' node server/index.js"
}
}