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
243 B

  1. module.exports = {
  2. apps: [
  3. {
  4. name: "tbg-corp-web",
  5. script: "server.js",
  6. time: true,
  7. env: {
  8. NODE_ENV: "development",
  9. },
  10. env_production: {
  11. NODE_ENV: "production",
  12. },
  13. },
  14. ],
  15. };