change hostnames

This commit is contained in:
John Smith
2022-08-28 14:46:14 -04:00
parent 6f05f9308c
commit 2be409da61
3 changed files with 5 additions and 5 deletions

View File

@@ -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,