Skip to content

Commit 1e9c7a0

Browse files
DimitarTachevFatme
authored andcommitted
fix: use the CLI PubNub app instead of the playground one
1 parent 0f3f7ed commit 1e9c7a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/services/livesync/playground/preview-app-constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export class PreviewSdkEventNames {
44
}
55

66
export class PubnubKeys {
7-
public static PUBLISH_KEY = "pub-c-78911a3d-9dc9-4316-96e5-83e6fd17263f";
8-
public static SUBSCRIBE_KEY = "sub-c-2c059576-47a1-11e7-b66e-0619f8945a4f";
7+
public static PUBLISH_KEY = "pub-c-d7893276-cc78-4d18-8ab0-becba06e43de";
8+
public static SUBSCRIBE_KEY = "sub-c-3dad1ebe-aaa3-11e8-8027-363023237e0b";
99
}
1010

1111
export class PlaygroundStoreUrls {

0 commit comments

Comments
 (0)