Skip to content

Commit

Permalink
change lock name
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed Aug 2, 2024
1 parent ec69e04 commit be3e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default async function Page() {
const spawnResult = await jamsocket.spawn({
// Clients use a unique lock to access the same session backend.
// Since we only have one public room, we can use the same lock for all clients.
lock: "renaissance-earth",
lock: "my-lock-123",
// Pass env vars to the session backend
env: {
STABILITY_API_KEY: STABILITY_API_KEY,
Expand Down

0 comments on commit be3e23f

Please sign in to comment.