Skip to content

Commit f1b17d4

Browse files
authored
WKBCH-11 bring config opts from cloudserver v7 to v9 (#47)
1 parent 6b72f40 commit f1b17d4

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

templates/cloudserver/config-v9.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,35 @@
129129
"trustedProxyCIDRs": [],
130130
"extractClientIPFromHeader": ""
131131
},
132+
{{ if .Features.BucketNotifications.Enabled }}
132133
"bucketNotificationDestinations": [
133134
{
134-
"resource": "target1",
135-
"type": "dummy",
136-
"host": "localhost:6000"
135+
"resource": "destination1",
136+
"type": "kafka",
137+
"host": "127.0.0.1",
138+
"port": 9094,
139+
"topic": "notifications",
140+
"auth": {}
137141
}
138142
],
143+
{{ else }}
144+
"bucketNotificationDestinations": [],
145+
{{ end }}
146+
{{ if .Features.Utapi.Enabled }}
147+
"localCache": {
148+
"host": "localhost",
149+
"port": 6379
150+
},
151+
"utapi": {
152+
"host": "localhost",
153+
"port": 8100,
154+
"workers": 1,
155+
"redis": {
156+
"host": "localhost",
157+
"port": 6379
158+
}
159+
},
160+
{{ end }}
139161
"defaultEncryptionKeyPerAccount": true,
140162
"kmsHideScalityArn": false,
141163
"kmsAWS": {

0 commit comments

Comments
 (0)