mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-28 11:12:15 -04:00
flutter work
This commit is contained in:
parent
fa3ad29d21
commit
3e24154e3d
7 changed files with 42 additions and 8 deletions
|
@ -46,8 +46,8 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
|
|||
clientWhitelistTimeoutMs: 300000,
|
||||
reverseConnectionReceiptTimeMs: 5000,
|
||||
holePunchReceiptTimeMs: 5000,
|
||||
nodeId: "",
|
||||
nodeIdSecret: "",
|
||||
nodeId: null,
|
||||
nodeIdSecret: null,
|
||||
bootstrap: kIsWeb
|
||||
? ["ws://bootstrap.dev.veilid.net:5150/ws"]
|
||||
: ["bootstrap.dev.veilid.net"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue