fix: harden launch server runtime and public config
This commit is contained in:
@@ -8,6 +8,12 @@ module.exports = {
|
||||
NODE_ENV: 'production',
|
||||
},
|
||||
max_memory_restart: '512M',
|
||||
kill_timeout: 10000,
|
||||
max_restarts: 10,
|
||||
min_uptime: '10s',
|
||||
listen_timeout: 10000,
|
||||
log_date_format: 'YYYY-MM-DD HH:mm:ss Z',
|
||||
merge_logs: true,
|
||||
wait_ready: false,
|
||||
}],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user