17 lines
439 B
JavaScript
17 lines
439 B
JavaScript
module.exports = {
|
|
apps: [{
|
|
name: 'niumall-backend',
|
|
script: 'src/main.js',
|
|
cwd: '/data/nodejs/yunniushi/',
|
|
instances: 'max',
|
|
exec_mode: 'cluster',
|
|
env: {
|
|
NODE_ENV: 'production',
|
|
PORT: 4330
|
|
},
|
|
error_file: '/data/nodejs/yunniushi/logs/backend-error.log',
|
|
out_file: '/data/nodejs/yunniushi/logs/backend-out.log',
|
|
log_file: '/data/nodejs/yunniushi/logs/backend.log',
|
|
time: true
|
|
}]
|
|
} |