Skip to content

Commit

Permalink
Merge pull request #99 from VictoriqueMoe/pm2-cluster-mode
Browse files Browse the repository at this point in the history
enable cluster mode
  • Loading branch information
VictoriqueMoe authored Mar 10, 2024
2 parents e1e4031 + 7f03513 commit d4055cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processes.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = [
error_file: "./logs/err.log",
out_file: "./logs/out.log",
log_file: "./logs/combined.log",
instances : "max",
exec_mode : "cluster",
env: {
NODE_ENV: "production",
},
Expand Down

0 comments on commit d4055cf

Please sign in to comment.