Skip to content

Commit

Permalink
fix(pm2): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Oct 11, 2024
1 parent 4904ab4 commit af6ac68
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pm2.config.js
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
module.exports = {
apps: [
{
/**
* General
*/
name: "dothree",
script: "./server.js",
max_memory_restart: "512M",

/**
* Environment
*/
env: {
NODE_ENV: "production",
PORT: 4801,
},

/**
* Logs
*/
out_file: "./stdout.log",
error_file: "./stderr.log",
merge_logs: true,
log_date_format: "DD.MM.YYYY HH:mm:ss Z",
log_type: "json",
},
],
};

0 comments on commit af6ac68

Please sign in to comment.