Skip to content

Commit

Permalink
Point to new bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 10, 2024
1 parent 06e09eb commit 2995a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ use tauri_plugin_holochain::{HolochainExt, HolochainPluginConfig, WANNetworkConf

const APP_ID: &'static str = "relay";
const SIGNAL_URL: &'static str = "wss://sbd.holo.host";
const BOOTSTRAP_URL: &'static str = "https://bootstrap.holo.host";
// const BOOTSTRAP_URL: &'static str = "https://bootstrap.holo.host";
const BOOTSTRAP_URL: &'static str = "https://bootstrap-0.infra.holochain.org";

pub fn happ_bundle() -> anyhow::Result<AppBundle> {
let bytes = include_bytes!("../../workdir/relay.happ");
Expand Down

0 comments on commit 2995a64

Please sign in to comment.