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.

16 lines
249 B

  1. module.exports = {
  2. apps: [
  3. {
  4. name: "ecomm_strapi",
  5. script: "index.js",
  6. exec_mode: "fork",
  7. env: {
  8. NODE_ENV: "development",
  9. },
  10. env_production: {
  11. NODE_ENV: "production",
  12. },
  13. },
  14. ],
  15. };