diff --git a/templates/cloudserver/config-v9.json b/templates/cloudserver/config-v9.json index 302a767..ee461d1 100644 --- a/templates/cloudserver/config-v9.json +++ b/templates/cloudserver/config-v9.json @@ -129,13 +129,35 @@ "trustedProxyCIDRs": [], "extractClientIPFromHeader": "" }, + {{ if .Features.BucketNotifications.Enabled }} "bucketNotificationDestinations": [ { - "resource": "target1", - "type": "dummy", - "host": "localhost:6000" + "resource": "destination1", + "type": "kafka", + "host": "127.0.0.1", + "port": 9094, + "topic": "notifications", + "auth": {} } ], + {{ else }} + "bucketNotificationDestinations": [], + {{ end }} + {{ if .Features.Utapi.Enabled }} + "localCache": { + "host": "localhost", + "port": 6379 + }, + "utapi": { + "host": "localhost", + "port": 8100, + "workers": 1, + "redis": { + "host": "localhost", + "port": 6379 + } + }, + {{ end }} "defaultEncryptionKeyPerAccount": true, "kmsHideScalityArn": false, "kmsAWS": {