We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b78cdc commit b04bbc8Copy full SHA for b04bbc8
values/wire-server/prod-values.example.yaml
@@ -51,7 +51,8 @@ brig:
51
teamSettings: https://teams.example.com # change this (or unset if team settings are not used)
52
teamCreatorWelcome: https://teams.example.com/login # change this
53
teamMemberWelcome: https://wire.example.com/download # change this
54
- enableFederation: false # Enable to use federation
+ # TODO: BUG! 5.23 brig charts wont deploy in CI unless federation is enabled!
55
+ enableFederation: true # Enable to use federation
56
optSettings:
57
setEnableMLS: false # Enable for MLS protocol use
58
setFederationDomain: example.com # change this
0 commit comments