Node-server for unitstock app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
174 B

  1. {
  2. name: "unit-stock",
  3. script: "./server.js",
  4. exec_mode: "cluster",
  5. instances: 4,
  6. env: {
  7. "PORT": 3535,
  8. "NODE_ENV": "production",
  9. "UV_THREADPOOL_SIZE": 10
  10. }
  11. }