-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
charts/wire-server: add setFederationDomain (#393)
* charts/wire-server: add setFederationDomain This is a non-optional value in the next wire-server release * Add note about accidental early release
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,8 @@ brig: | |
teamSettings: https://teams.example.com # change this (on unset if team settings are not used) | ||
teamCreatorWelcome: https://teams.example.com/login # change this | ||
teamMemberWelcome: https://wire.example.com/download # change this | ||
optSettings: | ||
setFederationDomain: example.com # change this | ||
emailSMS: | ||
general: | ||
emailSender: [email protected] # change this | ||
|
@@ -104,6 +106,7 @@ galley: | |
host: cassandra-ephemeral | ||
replicaCount: 1 | ||
settings: | ||
federationDomain: example.com # change this | ||
# prefix URI used when inviting users to a conversation by link | ||
conversationCodeURI: https://example.com/join/ # change this | ||
aws: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,8 @@ brig: | |
teamSettings: https://teams.example.com # change this (or unset if team settings are not used) | ||
teamCreatorWelcome: https://teams.example.com/login # change this | ||
teamMemberWelcome: https://wire.example.com/download # change this | ||
optSettings: | ||
setFederationDomain: example.com # change this | ||
emailSMS: | ||
general: | ||
emailSender: [email protected] # change this | ||
|
@@ -136,6 +138,7 @@ galley: | |
settings: | ||
# prefix URI used when inviting users to a conversation by link | ||
conversationCodeURI: https://webapp.example.com/join/ # change this | ||
federationDomain: example.com # change this | ||
# see #RefConfigOptions in `/docs/reference` (https://github.com/wireapp/wire-server/) | ||
featureFlags: | ||
sso: disabled-by-default | ||
|