Commit 6d49cec3 authored by tywldx's avatar tywldx

f

parent 8ab248d3
...@@ -8,4 +8,5 @@ npm-debug.* ...@@ -8,4 +8,5 @@ npm-debug.*
package-lock.json package-lock.json
app/qa-home/web/package-lock.json app/qa-home/web/package-lock.json
/config/main.development.js /config/main.development.js
/logs
.vscode .vscode
...@@ -78,7 +78,7 @@ module.exports = makeConfig({ ...@@ -78,7 +78,7 @@ module.exports = makeConfig({
options: { options: {
}, },
api: { api: {
'qa-home': `mongodb://172.30.220.20:27017/qaHome` 'qa-home': `mongodb://172.30.220.22:27017/qaHome`
} }
}, },
......
#!/bin/sh #!/bin/sh
pm2 start ./bin/server.js --env=production --node-args="--harmony" -n QAHOME pm2 start ./bin/server.js --node-args="--harmony" -n QAHOME -- --env=production
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment