You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
306 B

module.exports = {
apps : [{
name : "chatgpt-bot",
script: 'build/',
watch: true,
watch_delay: 1000,
watch : "build",
// ignore_watch : ["node_modules"],
exec_mode: "fork",
instances: 1,
max_memory_restart: "1G",
log_date_format: "YYYY-MM-DD HH:mm:ss Z",
}]
};