Skip to content

Commit

Permalink
update default signal server (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el authored Jul 23, 2024
1 parent 47eafd2 commit 8eac2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/trycp/conductor/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import {
import { deserializeZomeResponsePayload } from "../util.js";

const logger = makeLogger("TryCP conductor");
const HOLO_SIGNALING_SERVER = new URL("wss://signal.holo.host");
const HOLO_SIGNALING_SERVER = new URL("wss://sbd-0.main.infra.holo.host");
const HOLO_BOOTSTRAP_SERVEr = new URL("https://devnet-bootstrap.holo.host");
const BOOTSTRAP_SERVER_PLACEHOLDER = "<bootstrap_server_url>";
const SIGNALING_SERVER_PLACEHOLDER = "<signaling_server_url>";
Expand Down

0 comments on commit 8eac2db

Please sign in to comment.