Add to the workspace configuration all the variables needed to configure jackrabbit and the database.

This commit is contained in:
Andrea Dell'Amico 2017-07-25 21:03:15 +02:00
parent 5d5bc425c5
commit 27f3a4f000
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ jackrabbit_ver_persistence_manager_db_url: 'jdbc:{{ jackrabbit_ver_persistence_m
jackrabbit_ver_persistence_manager_db_tableprefix: 'pm_version_'
# Cluster configuration. Same db host by default, different DB
jackrabbit_cluster_db_host: 'localhost'
jackrabbit_cluster_db_host: '{{ jackrabbit_db_host }}'
jackrabbit_cluster_db_type: '{{ jackrabbit_db_type }}'
jackrabbit_cluster_db_schema: '{{ jackrabbit_db_type }}'
jackrabbit_cluster_db_driver: '{{ jackrabbit_db_driver }}'