fix(open-xchange): Enable com.openexchange.smime.test only when openDesk is running with debug.enabled: true

This commit is contained in:
Thorsten Roßner
2025-07-02 07:31:51 +02:00
parent eda7193aba
commit ff36497005

View File

@@ -410,7 +410,7 @@ appsuite:
# Usage (in browser console after login):
# http = (await import('./io.ox/core/http.js')).default
# await http.POST({ module: 'oxguard/smime', params: { action: 'test' } })
com.openexchange.smime.test: "true"
com.openexchange.smime.test: {{ .Values.debug.enabled | quote }}
# DAV
{{- if .Values.functional.groupware.davSupport.enabled }}
com.openexchange.caldav.enabled: "true"