File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -216,20 +216,18 @@ config = {
216216 "apiAntivirus" ,
217217 ],
218218 "skip" : False ,
219- "k8s" : True ,
220219 "antivirusNeeded" : True ,
221220 "extraServerEnvironment" : {
222221 "ANTIVIRUS_SCANNER_TYPE" : "clamav" ,
223222 "ANTIVIRUS_CLAMAV_SOCKET" : "tcp://clamav:3310" ,
224223 "POSTPROCESSING_STEPS" : "virusscan" ,
225224 "OCIS_ADD_RUN_SERVICES" : "antivirus" ,
226- "ANTIVIRUS_DEBUG_ADDR" : "0.0.0.0:9277 " ,
225+ "ANTIVIRUS_DEBUG_ADDR" : "0.0.0.0:9297 " ,
227226 },
228227 },
229- "ocmAndAuthApp " : {
228+ "ocm " : {
230229 "suites" : [
231230 "apiOcm" ,
232- "apiAuthApp" ,
233231 ],
234232 "skip" : False ,
235233 "withRemotePhp" : [False ],
@@ -251,7 +249,16 @@ config = {
251249 "NOTIFICATIONS_SMTP_PORT" : EMAIL_SMTP_PORT ,
252250 "NOTIFICATIONS_SMTP_INSECURE" : "true" ,
253251 "NOTIFICATIONS_SMTP_SENDER" : EMAIL_SMTP_SENDER ,
254- # auth-app
252+ },
253+ },
254+ "authApp" : {
255+ "suites" : [
256+ "apiAuthApp" ,
257+ ],
258+ "skip" : False ,
259+ "k8s" : True ,
260+ "withRemotePhp" : [False ],
261+ "extraServerEnvironment" : {
255262 "PROXY_ENABLE_APP_AUTH" : True ,
256263 },
257264 },
You can’t perform that action at this time.
0 commit comments