Firebase Cloud Messaging SDK Admin
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.

21 lines
360 B

  1. module.exports = {
  2. apps: [
  3. {
  4. name: "FCM-SDK-Admin",
  5. script: "index.js",
  6. exec_mode: "cluster",
  7. instances: "1",
  8. watch: true,
  9. time: true,
  10. env: {
  11. // PORT: 14003,
  12. NODE_ENV: "development",
  13. },
  14. env_production: {
  15. // PORT: 14003,
  16. NODE_ENV: "production",
  17. },
  18. },
  19. ],
  20. };