fix
This commit is contained in:
@@ -4,6 +4,11 @@ module.exports = {
|
||||
name: 'tssbot-web',
|
||||
script: 'server.cjs',
|
||||
cwd: __dirname,
|
||||
exec_mode: 'cluster',
|
||||
instances: process.env.WEB_INSTANCES || 2,
|
||||
wait_ready: true,
|
||||
listen_timeout: 10000,
|
||||
kill_timeout: 10000,
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: process.env.PORT || 3010,
|
||||
|
||||
Reference in New Issue
Block a user