Skip to content

Commit

Permalink
Update Endpoint links in DEFAULT_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Sep 23, 2024
1 parent e14c023 commit a80e035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/// Accepts a single list (e.g. endpoints: ["tcp/10.10.10.10:7447", "tcp/11.11.11.11:7447"])
/// or different lists for router, peer and client (e.g. endpoints: { router: ["tcp/10.10.10.10:7447"], peer: ["tcp/11.11.11.11:7447"] }).
///
/// See https://docs.rs/zenoh/latest/zenoh/prelude/struct.EndPoint.html
/// See https://docs.rs/zenoh/latest/zenoh/config/struct.EndPoint.html
endpoints: [
// "<proto>/<address>"
],
Expand Down Expand Up @@ -70,7 +70,7 @@
/// Accepts a single list (e.g. endpoints: ["tcp/[::]:7447", "udp/[::]:7447"])
/// or different lists for router, peer and client (e.g. endpoints: { router: ["tcp/[::]:7447"], peer: ["tcp/[::]:0"] }).
///
/// See https://docs.rs/zenoh/latest/zenoh/prelude/struct.EndPoint.html
/// See https://docs.rs/zenoh/latest/zenoh/config/struct.EndPoint.html
endpoints: { router: ["tcp/[::]:7447"], peer: ["tcp/[::]:0"] },

/// Global listen configuration,
Expand Down

0 comments on commit a80e035

Please sign in to comment.