This commit is contained in:
John Smith 2022-06-25 15:32:59 -04:00
parent a475028c75
commit e67c392525

View File

@ -49,7 +49,9 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
holePunchReceiptTimeMs: 5000, holePunchReceiptTimeMs: 5000,
nodeId: "", nodeId: "",
nodeIdSecret: "", nodeIdSecret: "",
bootstrap: ["bootstrap-dev.veilid.net"], bootstrap: kIsWeb
? ["ws://bootstrap-dev.veilid.net:5150/ws"]
: ["bootstrap-dev.veilid.net"],
bootstrapNodes: [], bootstrapNodes: [],
routingTable: VeilidConfigRoutingTable( routingTable: VeilidConfigRoutingTable(
limitOverAttached: 64, limitOverAttached: 64,