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.
16 lines
370 B
16 lines
370 B
module.exports = {
|
|
apps : [{
|
|
name : "freecityhk-mc-dc-bot",
|
|
script: 'run/app.js',
|
|
watch: false,
|
|
watch_delay: 1000,
|
|
ignore_watch : ["node_modules"],
|
|
//exec_mode: "cluster",
|
|
//instances: 2,
|
|
max_memory_restart: "2G",
|
|
log_date_format: "YYYY-MM-DD HH:mm:ss",
|
|
error_file: "./logs/error.log",
|
|
out_file: "./logs/out.log"
|
|
}],
|
|
};
|