Firebase Cloud Messaging SDK Admin
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

20 satır
294 B

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