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.

20 rivejä
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. };