Skip to content

Commit fc0f674

Browse files
authored
Merge pull request #302 from FlowFuse/pn114-enable-team-broker-project-nodes
Pass through team-broker flag to instance settings
2 parents 056b0ad + f106c71 commit fc0f674

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/runtimeSettings.js

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ function getSettingsFile (settings) {
142142
token: settings.projectToken,
143143
broker: { ...settings.broker }
144144
}
145+
if (settings.features?.teamBroker) {
146+
projectSettings.projectLink.teamBrokerEnabled = true
147+
}
145148
if (settings.settings.ha?.replicas >= 2) {
146149
projectSettings.projectLink.useSharedSubscriptions = true
147150
}

0 commit comments

Comments
 (0)