mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-28 01:15:23 -04:00
xfer
This commit is contained in:
parent
a475028c75
commit
e67c392525
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue