回答編集履歴

1

PUSHERのリテラル値を編集

2020/04/24 00:58

投稿

T_Furuta
T_Furuta

スコア25

test CHANGED
@@ -402,6 +402,12 @@
402
402
 
403
403
  const clientKey = 'MY_NCMB_CLIENT_KEY';
404
404
 
405
+ const pusher_key = 'MY_PUSHER_KEY';
406
+
407
+ const pusher_secret = 'MY_PUSHER_SECRET';
408
+
409
+ const pusher_appid = 'MY_PUSHER_APP_ID';
410
+
405
411
  saveDataStore(
406
412
 
407
413
  applicationKey,
@@ -414,11 +420,11 @@
414
420
 
415
421
  return sendPusher(
416
422
 
417
- 'ca6fb96e5c749a4af914',
423
+ pusher_key ,
418
-
419
- 'aab63a03866676b8f66b',
424
+
420
-
421
- '963552',
425
+ pusher_secret ,
426
+
427
+ pusher_appid ,
422
428
 
423
429
  req.body
424
430