Skip to content

Commit

Permalink
Merge pull request #328 from FlowFuse/pn114-enable-team-broker-projec…
Browse files Browse the repository at this point in the history
…t-nodes

Pass through teamBroker feature flag to project nodes
  • Loading branch information
Steve-Mcl authored Nov 20, 2024
2 parents 3324752 + 2145bcb commit 3aa52c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ class Launcher {
url: enabled ? this.config.brokerURL : '',
username: enabled ? this.config.brokerUsername : '',
password: enabled ? this.config.brokerPassword : ''
}
},
teamBrokerEnabled: enabled && !!this.settings?.features?.teamBroker
}
}

Expand Down

0 comments on commit 3aa52c8

Please sign in to comment.