Add to the workspace configuration all the variables needed to configure jackrabbit and the database.
This commit is contained in:
parent
5d5bc425c5
commit
27f3a4f000
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue