From 421a846492eebcfc6fe02a595ddecab16680298b Mon Sep 17 00:00:00 2001 From: roby2014 Date: Thu, 11 Jul 2024 13:08:52 +0100 Subject: [PATCH] fix DEFAULT_CONFIG.json5: typos (#276) --- DEFAULT_CONFIG.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index c46d2d3a..cdd9b2e6 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -82,9 +82,9 @@ // generalise_subs: ["SUB1", "SUB2"], //// - //// generalise_subs: A list of key expression to use for generalising publications. + //// generalise_pubs: A list of key expression to use for generalising publications. //// - // generalise_subs: ["PUB1", "PUB2"], + // generalise_pubs: ["PUB1", "PUB2"], //// //// forward_discovery: When true, rather than creating a local route when discovering a local DDS entity, @@ -136,7 +136,7 @@ //// //// mode: The bridge's mode (peer or client) //// - //mode: "client", + // mode: "client", //// //// Which endpoints to connect to. E.g. tcp/localhost:7447.