mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-07 14:12:37 -04:00
change hostnames
This commit is contained in:
parent
6f05f9308c
commit
2be409da61
3 changed files with 5 additions and 5 deletions
|
@ -49,8 +49,8 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
|
|||
nodeId: "",
|
||||
nodeIdSecret: "",
|
||||
bootstrap: kIsWeb
|
||||
? ["ws://bootstrap-dev.veilid.net:5150/ws"]
|
||||
: ["bootstrap-dev.veilid.net"],
|
||||
? ["ws://bootstrap.dev.veilid.net:5150/ws"]
|
||||
: ["bootstrap.dev.veilid.net"],
|
||||
bootstrapNodes: [],
|
||||
routingTable: VeilidConfigRoutingTable(
|
||||
limitOverAttached: 64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue