Firebase Cloud Messaging SDK Admin
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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