summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp b/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp
index 34c1d39..911267a 100644
--- a/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp
+++ b/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp
@@ -18,6 +18,7 @@ server_key: <%= $server_key %>
https_address: <%= $listen_address %>
mysql_dsn: <%= $db_username %>:<%= $db_password %>@/<%= $db_name %>?parseTime=true
access_log: <%= $log_directory %>/access.log
+dovecot_hash_algorithm: BLF-CRYPT
notification_sender: <%= $notification_sender %>
notification_recipient_address: <%= $notification_recipient_address %>
notification_recipient_name: <%= $notification_recipient_name %>