Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
darryncampbell-pubnub authored Aug 27, 2024
1 parent b703fee commit d12f674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Step 3 - Add User Presence/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ <h5 class="modal-title">Chat Options</h5>
}

var pubnub = new PubNub({ // Set your PubNub keys here
publishKey: 'pub-c-9c98cd2a-92ee-4951-a92c-3796ee1b739d',
subscribeKey: 'sub-c-06995b2a-b1f3-4079-929a-056e9d243775',
publishKey: 'demo',
subscribeKey: 'demo',
uuid: 'Anon-' + makeid(5)
});

Expand Down Expand Up @@ -140,4 +140,4 @@ <h6 class="card-subtitle mb-2 text-${side} display-${name}">${name}</h6>
})();
</script>
</body>
</html>
</html>

0 comments on commit d12f674

Please sign in to comment.