OWOP-Bot-II/ecosystem.config.js

15 lines
211 B
JavaScript
Executable File

module.exports = {
apps: [
{
name: "OWOP Bot",
script: "index.js"
},
{
name: "OWOP Bot Archive",
script: "archive.js",
cron_restart: "0 * * * *", // @hourly
autorestart: false
}
]
};