diff options
author | Jan Dittberner <jandd@cacert.org> | 2020-06-04 22:54:13 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2020-06-04 22:54:13 +0200 |
commit | 5f6c6a15f39c2dbe8fb8d5c177143558fc3c0b5e (patch) | |
tree | f660b0ffe553320e81e57bad885e4f87a9a31408 | |
parent | eefc20115b512ed9c34d852a6eea245e7db54295 (diff) | |
download | cacert-puppet-5f6c6a15f39c2dbe8fb8d5c177143558fc3c0b5e.tar.gz cacert-puppet-5f6c6a15f39c2dbe8fb8d5c177143558fc3c0b5e.tar.xz cacert-puppet-5f6c6a15f39c2dbe8fb8d5c177143558fc3c0b5e.zip |
Add new parameter for cacert-selfservice-api 0.3.0
-rw-r--r-- | sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp | 1 |
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 %> |