Skip to content

Commit

Permalink
[PLAT-4007] Updating Demo Stream Key
Browse files Browse the repository at this point in the history
  • Loading branch information
MadisonEhlers-Vertex committed Mar 5, 2024
1 parent 1ed6811 commit 176daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Config: Configuration = {
// Vertex Valve
export const DefaultCredentials: StreamCredentials = {
clientId: "08F675C4AACE8C0214362DB5EFD4FACAFA556D463ECA00877CB225157EF58BFA",
streamKey: "hfmI8VBsIiMmO7THqdZdWO5Fhjqp_VDaee9e",
streamKey: "AH7v0jg5aN5_thkhU-XTzB_29aqW89EjyOH8",
};

export function head<T>(items?: T | T[]): T | undefined {
Expand Down

0 comments on commit 176daa9

Please sign in to comment.