Skip to content

Commit f5591dc

Browse files
committed
Migration 4.1.0 spring boot myconext
1 parent 52fb7a1 commit f5591dc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

roles/myconext/templates/application.yml.j2

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,11 @@ verify:
302302
issuers_path: "classpath:idin/issuers.json"
303303

304304
spring:
305-
data:
306-
mongodb:
307-
uri: mongodb://{{ myconext.mongo_user }}:{{ myconext.mongo_password }}@{% for mongo_server in myconext.mongo_servers %}{{ mongo_server }}:{{ myconext.mongo_port }}{% if not loop.last %},{% endif %}{% endfor %}/{{ myconext.mongo_database }}?ssl={{ mongodb_ssl | default('true') }}
305+
http:
306+
converters:
307+
preferred-json-mapper: jackson2
308+
mongodb:
309+
uri: mongodb://{{ myconext.mongo_user }}:{{ myconext.mongo_password }}@{% for mongo_server in myconext.mongo_servers %}{{ mongo_server }}:{{ myconext.mongo_port }}{% if not loop.last %},{% endif %}{% endfor %}/{{ myconext.mongo_database }}?ssl={{ mongodb_ssl | default('true') }}
308310

309311
mail:
310312
host: {{ smtp_server }}

0 commit comments

Comments
 (0)