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