Skip to content

Commit

Permalink
Update playonline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaan-Kazi authored Jun 28, 2024
1 parent 7f8fbf4 commit 81a6bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/playonline.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ const subscribePubNub = () => {
const setupPubNub = () => {
// Update this block with your publish/subscribe keys
pubnub = new PubNub({
publishKey: secrets.PUBNUB_PUBLISH_KEY, // Publish Key on pubnub admin panel
subscribeKey: secrets.PUBNUB_SUBSCRIBE_KEY, // Subscribe Key on pubnub admin panel
publishKey: "pub-c-1f4fb052-a488-4089-9b6a-f2ba042193f7", // Publish Key on pubnub admin panel
subscribeKey: "sub-c-7d29bc1b-a111-4ff0-99e0-4c64c593df5b", // Subscribe Key on pubnub admin panel
userId: user_name // Unique user name for each user
});
};
Expand Down

0 comments on commit 81a6bf2

Please sign in to comment.