replace 'vic.imo' to 'vic' to simplify

This commit is contained in:
luk.lu
2019-09-27 10:26:22 +08:00
parent 2c581894b3
commit 986a378b50
2 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "vic.imo.server",
"name": "vic.server",
"version": "1.0.0",
"description": "",
"main": "index.js",
@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --inspect-brk ./",
"mongod": "/mongodb/bin/mongod -f /mongodb/mongodb.conf --logpath /data/log/mongo.log",
"daemon.pm2": "cross-env NODE_ENV=production pm2 start index.js --name vic.imo.server"
"daemon.pm2": "cross-env NODE_ENV=production pm2 start index.js --name vic.server"
},
"author": "Nova.xu",
"license": "ISC",