Skip to content

Commit af6ac68

Browse files
committed
fix(pm2): fix config
1 parent 4904ab4 commit af6ac68

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

pm2.config.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
module.exports = {
22
apps: [
33
{
4-
/**
5-
* General
6-
*/
74
name: "dothree",
85
script: "./server.js",
96
max_memory_restart: "512M",
10-
11-
/**
12-
* Environment
13-
*/
147
env: {
158
NODE_ENV: "production",
169
PORT: 4801,
1710
},
18-
19-
/**
20-
* Logs
21-
*/
22-
out_file: "./stdout.log",
23-
error_file: "./stderr.log",
24-
merge_logs: true,
25-
log_date_format: "DD.MM.YYYY HH:mm:ss Z",
26-
log_type: "json",
2711
},
2812
],
2913
};

0 commit comments

Comments
 (0)