Skip to content

Commit

Permalink
Document built-in bridge configuration
Browse files Browse the repository at this point in the history
Signed-off-by: James Rhodes <[email protected]>
  • Loading branch information
jarhodes314 committed Aug 8, 2024
1 parent 183aba8 commit 10b4d65
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,9 @@ define_tedge_config! {

bridge: {
#[tedge_config(default(value = false))]
#[tedge_config(example = "false")]
#[tedge_config(note = "After changing this value, run `tedge reconnect <cloud>` to apply the changes")]
/// Enables the built-in bridge when running tedge-mapper
built_in: bool,

reconnect_policy: {
Expand Down

0 comments on commit 10b4d65

Please sign in to comment.