We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892e21d commit 7b750a9Copy full SHA for 7b750a9
lib/pusher.js
@@ -53,8 +53,8 @@ var validateSocketId = function(socketId) {
53
function Pusher(options) {
54
this.config = new PusherConfig(options);
55
var notificationOptions = util.mergeObjects({}, options, {
56
- host: options.notification_host || "yolo.ngrok.io",
57
- encrypted: options.notification_encrypted
+ host: options.notificationHost || "yolo.ngrok.io",
+ encrypted: options.notificationEncrypted
58
});
59
this.notificationClient = new NotificationClient(notificationOptions);
60
}
0 commit comments