后端版本服务器部署成功
This commit is contained in:
@@ -6,12 +6,12 @@ module.exports = {
|
||||
exec_mode: 'cluster',
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
PORT: 3000,
|
||||
PORT: 3200,
|
||||
WATCH: true
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 3000,
|
||||
PORT: 3200,
|
||||
WATCH: false
|
||||
},
|
||||
env_test: {
|
||||
|
||||
Reference in New Issue
Block a user