mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
14 lines
234 B
JavaScript
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',
|
|
},
|
|
],
|
|
};
|