config/hiera/confluence/5.7.3/default.yaml in avst-wizard-0.0.22 vs config/hiera/confluence/5.7.3/default.yaml in avst-wizard-0.0.23
- old
+ new
@@ -23,14 +23,14 @@
values:
licenseString: "%{license}"
'/setup/setupdbchoice-start.action':
post_url: 'setup/setupstandarddb.action'
values:
- dbConfigInfo.driverClassName: "com.mysql.jdbc.Driver"
+ dbConfigInfo.driverClassName: "%{database_driver_class}" #"com.mysql.jdbc.Driver"
dbConfigInfo.databaseUrl: "%{database_url}"
dbConfigInfo.userName: "%{database_user}"
dbConfigInfo.password: "%{database_pass}"
- database: "mysql"
+ database: "%{database_type}"
edit: "Next"
'/setup/setupdata-start.action':
post_url: 'setup/setupdata.action'
values:
dbchoiceSelect: "Empty+Site"
\ No newline at end of file