groupware: add STALWART_AUTH_DIRECTORY variable to .env

This commit is contained in:
Pascal Bleser
2026-02-04 12:09:02 +01:00
parent d451cde832
commit bef0e6d587

View File

@@ -312,6 +312,12 @@ KEYCLOAK_ADMIN_PASSWORD=
# Defaults to "stalwart.opencloud.test"
STALWART_DOMAIN=
# LDAP configuration to use for Stalwart:
# Can either be either
# - idmldap: for the built-in IDP/IDM
# - ldap: when using KeyCloak and OpenLDAP
STALWART_AUTH_DIRECTORY=idmldap
## IMPORTANT ##
# This MUST be the last line as it assembles the supplemental compose files to be used.
# ALL supplemental configs must be added here, whether commented or not.