eienmojiki commited on
Commit
36d0244
·
verified ·
1 Parent(s): d462cda

Update ecosystem.config.js

Browse files
Files changed (1) hide show
  1. ecosystem.config.js +3 -3
ecosystem.config.js CHANGED
@@ -2,8 +2,8 @@ module.exports = {
2
  apps : [{
3
  name: "app-server",
4
  script: "./index.cjs",
5
- args: "", // Thêm arguments nếu cần
6
- watch: false, // Không watch trong môi trường Docker
7
  ignore_watch: ["node_modules", ".data"],
8
  env: {
9
  NODE_ENV: "production",
@@ -11,7 +11,7 @@ module.exports = {
11
  }, {
12
  name: "sync-data",
13
  script: "./sync-notes.js",
14
- watch: false, // Không watch trong môi trường Docker
15
  env: {
16
  NODE_ENV: "production",
17
  }
 
2
  apps : [{
3
  name: "app-server",
4
  script: "./index.cjs",
5
+ args: "",
6
+ watch: false,
7
  ignore_watch: ["node_modules", ".data"],
8
  env: {
9
  NODE_ENV: "production",
 
11
  }, {
12
  name: "sync-data",
13
  script: "./sync-notes.js",
14
+ watch: false,
15
  env: {
16
  NODE_ENV: "production",
17
  }