qinglong/other.config.js
2024-03-14 17:37:52 +08:00

14 lines
234 B
JavaScript

module.exports = {
apps: [
{
name: 'update',
max_restarts: 10,
kill_timeout: 15000,
wait_ready: true,
listen_timeout: 10000,
time: true,
script: 'static/build/update.js',
},
],
};