Skip to content

Commit

Permalink
chore(site): update with new workspace GTID link
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Nov 14, 2023
1 parent 6b5051a commit f6b8b60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
apiserver:
image: fonoster/goodtok-apiserver:latest
environment:
OWNER_EMAIL: ${OWNER_EMAIL}
OWNER_PASSWORD: ${OWNER_PASSWORD}
CLOAK_ENCRYPTION_KEY: ${CLOAK_ENCRYPTION_KEY}
DATABASE_URL: ${DATABASE_URL}
SIP_SIGNALING_SERVER: ${SIP_SIGNALING_SERVER}
Expand Down
1 change: 1 addition & 0 deletions mods/sdk/src/workspaces/workspaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default class Workspaces
}

// TODO: Use dependency injection to avoid exposing this method to users
// TODO: Consider the edge case where the word "http" is part of the endpoint
createTRPCProxy() {
const wsClient = createWSClient({
url:
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ <h2 class="h2 title">Questions? We’ve got answers<span class="accent-color">..
<!-- Goodtok video client -->
<script
type="text/javascript"
src="https://unpkg.com/@goodtok/widget@latest?key=eyJndGlkIjoiZy00ZjkwZDEzYTQyIiwic2VydmVyIjoiaHR0cHM6Ly9hcGkuZ29vZHRvay5pby92MSJ9"
src="https://unpkg.com/@goodtok/widget@latest?key=eyJndGlkIjoiZy02ZDI0YWE5ZWRmIiwic2VydmVyIjoiaHR0cHM6Ly9hcGkuZ29vZHRvay5pby92MSJ9"
>
</script>
<!-- Goodtok video client end -->
Expand Down

0 comments on commit f6b8b60

Please sign in to comment.