Database should be created and handled

This commit is contained in:
Johan Wassberg 2024-02-27 13:41:26 +01:00
parent 1a82e90607
commit 277f01da1b
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -43,3 +43,7 @@ spring:
url: jdbc:mariadb:loadbalance://<%= @dbs_string %>/idm
username: idm
password: <%= scope.call_function('safe_hiera', ['sql_password']) %>
liquibase:
enabled: true # Generates database schema/tables
change-log: classpath:changelogs/changelog-master.xml