File tree Expand file tree Collapse file tree 5 files changed +19
-8
lines changed Expand file tree Collapse file tree 5 files changed +19
-8
lines changed 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
+
1
7
# 2020-12-17
2
8
3
9
## Update instructions
Original file line number Diff line number Diff line change @@ -167,6 +167,9 @@ data:
167
167
optSettings:
168
168
setActivationTimeout: {{ .setActivationTimeout }}
169
169
setTeamInvitationTimeout: {{ .setTeamInvitationTimeout }}
170
+ {{- if .setExpiredUserCleanupTimeout }}
171
+ setExpiredUserCleanupTimeout: {{ .setExpiredUserCleanupTimeout }}
172
+ {{- end }}
170
173
setTwilio: /etc/wire/brig/secrets/twilio-credentials.yaml
171
174
setNexmo: /etc/wire/brig/secrets/nexmo-credentials.yaml
172
175
setUserMaxConnections: {{ .setUserMaxConnections }}
Original file line number Diff line number Diff line change 22
22
host: cargohold
23
23
port: 8080
24
24
25
+ spar:
26
+ host: spar
27
+ port: 8080
28
+
25
29
nginz:
26
30
# Full URL is set so that there can be a common cookiedomain between nginz and brig
27
31
# needed by some integration tests
Original file line number Diff line number Diff line change @@ -41,14 +41,13 @@ brig:
41
41
teamMemberWelcome : https://wire.example.com/download # change this
42
42
optSettings :
43
43
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"
44
47
emailSMS :
45
48
general :
46
49
emailSender : email@example.com # change this
47
50
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"
52
51
smtp :
53
52
host : demo-smtp # change this if you want to use your own SMTP server
54
53
port : 25 # change this
Original file line number Diff line number Diff line change 42
42
teamMemberWelcome : https://wire.example.com/download # change this
43
43
optSettings :
44
44
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"
45
48
emailSMS :
46
49
general :
47
50
emailSender : email@example.com # change this
74
77
# noProxyList:
75
78
# - "local.example.com"
76
79
# - "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"
81
80
turnStatic :
82
81
v1 :
83
82
- " turn:turn01.example.com:80"
You can’t perform that action at this time.
0 commit comments