mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 10:53:06 -06:00
Merged in issue/CLIP-1810-update-template-to-fix-missing-entry-in-hikari (pull request #193)
CLIP-1810 added missing entry Approved-by: Eugene Ivantsov Approved-by: Yevhen Karnaukhov
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
<property name="hibernate.hikari.maximumPoolSize">{{ atl_db_poolmaxsize }}</property>
|
<property name="hibernate.hikari.maximumPoolSize">{{ atl_db_poolmaxsize }}</property>
|
||||||
<property name="hibernate.hikari.minimumIdle">{{ atl_db_poolminsize }}</property>
|
<property name="hibernate.hikari.minimumIdle">{{ atl_db_poolminsize }}</property>
|
||||||
<property name="hibernate.hikari.registerMbeans">true</property>
|
<property name="hibernate.hikari.registerMbeans">true</property>
|
||||||
|
<property name="hibernate.connection.provider_class">{{ atl_db_provider_class | default('com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider') }}</property>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<property name="shared-home">{{ atl_product_home_shared }}</property>
|
<property name="shared-home">{{ atl_product_home_shared }}</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user