Skip to content

Commit

Permalink
Update stream key (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultz committed May 4, 2022
1 parent 2f5e858 commit b5cf592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,2 @@
.github/CODEOWNERS @vertexvis/platform
* @vertexvis/platform
2 changes: 1 addition & 1 deletion src/lib/config.ts
Expand Up @@ -16,7 +16,7 @@ export const Config: Configuration = {
// Vertex Valve
export const DefaultCredentials: StreamCredentials = {
clientId: "08F675C4AACE8C0214362DB5EFD4FACAFA556D463ECA00877CB225157EF58BFA",
streamKey: "Eh96kzXEppNfcxj5gbbqdJ9oUdQPB7hXzHrU",
streamKey: "vpe5dKpDffDT8bLzhbP0S7Da2nN9-w-xgq6X",
};

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

1 comment on commit b5cf592

@vercel
Copy link

@vercel vercel bot commented on b5cf592 May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.