File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed
Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments