Skip to content

Commit

Permalink
Updated signal url to sbd.holo.host
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 9, 2024
1 parent 604c11d commit 06e09eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use tauri::{AppHandle, Listener};
use tauri_plugin_holochain::{HolochainExt, HolochainPluginConfig, WANNetworkConfig};

const APP_ID: &'static str = "relay";
const SIGNAL_URL: &'static str = "wss://signal.holo.host";
const SIGNAL_URL: &'static str = "wss://sbd.holo.host";
const BOOTSTRAP_URL: &'static str = "https://bootstrap.holo.host";

pub fn happ_bundle() -> anyhow::Result<AppBundle> {
Expand Down

0 comments on commit 06e09eb

Please sign in to comment.