We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4904ab4 commit af6ac68Copy full SHA for af6ac68
1 file changed
pm2.config.js
@@ -1,29 +1,13 @@
1
module.exports = {
2
apps: [
3
{
4
- /**
5
- * General
6
- */
7
name: "dothree",
8
script: "./server.js",
9
max_memory_restart: "512M",
10
-
11
12
- * Environment
13
14
env: {
15
NODE_ENV: "production",
16
PORT: 4801,
17
},
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",
27
28
],
29
};
0 commit comments