-
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.
Merge pull request #400 from wireapp/release/2020-12-21
Release 2020/12/21
- Loading branch information
Showing
5 changed files
with
19 additions
and
8 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
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 |
---|---|---|
|
@@ -41,14 +41,13 @@ brig: | |
teamMemberWelcome: https://wire.example.com/download # change this | ||
optSettings: | ||
setFederationDomain: example.com # change this | ||
# Sync the domain with the 'host' variable in the sftd chart | ||
# uncomment this section if conference calling is not used | ||
setSftStaticUrl: "https://sftd.example.om:443" | ||
emailSMS: | ||
general: | ||
emailSender: [email protected] # change this | ||
smsSender: "insert-sms-sender-for-twilio" # change this if SMS support is desired | ||
optSettings: | ||
# Sync the domain with the 'host' variable in the sftd chart | ||
# uncomment this section if conference calling is not used | ||
setSftStaticUrl: "https://sftd.example.om:443" | ||
smtp: | ||
host: demo-smtp # change this if you want to use your own SMTP server | ||
port: 25 # change this | ||
|
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 |
---|---|---|
|
@@ -42,6 +42,9 @@ brig: | |
teamMemberWelcome: https://wire.example.com/download # change this | ||
optSettings: | ||
setFederationDomain: example.com # change this | ||
# Sync the domain with the 'host' variable in the sftd chart | ||
# uncomment this section if conference calling is not used | ||
setSftStaticUrl: "https://sftd.example.om:443" | ||
emailSMS: | ||
general: | ||
emailSender: [email protected] # change this | ||
|
@@ -74,10 +77,6 @@ brig: | |
# noProxyList: | ||
# - "local.example.com" | ||
# - "10.23.0.0/16" | ||
optSettings: | ||
# Sync the domain with the 'host' variable in the sftd chart | ||
# uncomment this section if conference calling is not used | ||
setSftStaticUrl: "https://sftd.example.om:443" | ||
turnStatic: | ||
v1: | ||
- "turn:turn01.example.com:80" | ||
|