File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2020-12-21
2+
3+ * brig: Add setExpiredUserCleanupTimeout to configmap (#399 ) see also: https://github.com/wireapp/wire-server/pull/1264
4+ * [ helm] Remove duplicate fields from brig section in the example value files (#398 )
5+ * Add spar to the integration tests for brig (#397 )
6+
17# 2020-12-17
28
39## Update instructions
Original file line number Diff line number Diff line change @@ -167,6 +167,9 @@ data:
167167 optSettings:
168168 setActivationTimeout: {{ .setActivationTimeout }}
169169 setTeamInvitationTimeout: {{ .setTeamInvitationTimeout }}
170+ {{- if .setExpiredUserCleanupTimeout }}
171+ setExpiredUserCleanupTimeout: {{ .setExpiredUserCleanupTimeout }}
172+ {{- end }}
170173 setTwilio: /etc/wire/brig/secrets/twilio-credentials.yaml
171174 setNexmo: /etc/wire/brig/secrets/nexmo-credentials.yaml
172175 setUserMaxConnections: {{ .setUserMaxConnections }}
Original file line number Diff line number Diff line change 2222 host: cargohold
2323 port: 8080
2424
25+ spar:
26+ host: spar
27+ port: 8080
28+
2529 nginz:
2630 # Full URL is set so that there can be a common cookiedomain between nginz and brig
2731 # needed by some integration tests
Original file line number Diff line number Diff line change @@ -41,14 +41,13 @@ brig:
4141 teamMemberWelcome : https://wire.example.com/download # change this
4242 optSettings :
4343 setFederationDomain : example.com # change this
44+ # Sync the domain with the 'host' variable in the sftd chart
45+ # uncomment this section if conference calling is not used
46+ setSftStaticUrl : " https://sftd.example.om:443"
4447 emailSMS :
4548 general :
4649 emailSender : email@example.com # change this
4750 smsSender : " insert-sms-sender-for-twilio" # change this if SMS support is desired
48- optSettings :
49- # Sync the domain with the 'host' variable in the sftd chart
50- # uncomment this section if conference calling is not used
51- setSftStaticUrl : " https://sftd.example.om:443"
5251 smtp :
5352 host : demo-smtp # change this if you want to use your own SMTP server
5453 port : 25 # change this
Original file line number Diff line number Diff line change 4242 teamMemberWelcome : https://wire.example.com/download # change this
4343 optSettings :
4444 setFederationDomain : example.com # change this
45+ # Sync the domain with the 'host' variable in the sftd chart
46+ # uncomment this section if conference calling is not used
47+ setSftStaticUrl : " https://sftd.example.om:443"
4548 emailSMS :
4649 general :
4750 emailSender : email@example.com # change this
7477# noProxyList:
7578# - "local.example.com"
7679# - "10.23.0.0/16"
77- optSettings :
78- # Sync the domain with the 'host' variable in the sftd chart
79- # uncomment this section if conference calling is not used
80- setSftStaticUrl : " https://sftd.example.om:443"
8180 turnStatic :
8281 v1 :
8382 - " turn:turn01.example.com:80"
You can’t perform that action at this time.
0 commit comments