From e67c3925255da3cbf15d16ff0083998e3afdab1a Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 25 Jun 2022 15:32:59 -0400 Subject: [PATCH] xfer --- veilid-flutter/example/lib/config.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/veilid-flutter/example/lib/config.dart b/veilid-flutter/example/lib/config.dart index 2267e7a5..295a7927 100644 --- a/veilid-flutter/example/lib/config.dart +++ b/veilid-flutter/example/lib/config.dart @@ -49,7 +49,9 @@ Future getDefaultVeilidConfig() async { holePunchReceiptTimeMs: 5000, nodeId: "", nodeIdSecret: "", - bootstrap: ["bootstrap-dev.veilid.net"], + bootstrap: kIsWeb + ? ["ws://bootstrap-dev.veilid.net:5150/ws"] + : ["bootstrap-dev.veilid.net"], bootstrapNodes: [], routingTable: VeilidConfigRoutingTable( limitOverAttached: 64,