Firebase Cloud Messaging SDK Admin
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

21 строка
354 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. };