mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
crowd
This commit is contained in:
28
roles/crowd_config/templates/dbconfig.xml.j2
Normal file
28
roles/crowd_config/templates/dbconfig.xml.j2
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<jira-database-config>
|
||||
<name>defaultDS</name>
|
||||
<delegator-name>default</delegator-name>
|
||||
<database-type>postgres72</database-type>
|
||||
<schema-name>public</schema-name>
|
||||
<jdbc-datasource>
|
||||
<url>{{ atl_jdbc_url }}</url>
|
||||
<username>{{ atl_jdbc_user }}</username>
|
||||
<password>{{ atl_jdbc_password }}</password>
|
||||
<driver-class>{{ atl_db_driver }}</driver-class>
|
||||
|
||||
<pool-min-size>{{ atl_db_poolminsize }}</pool-min-size>
|
||||
<pool-max-size>{{ atl_db_poolmaxsize }}</pool-max-size>
|
||||
<pool-min-idle>{{ atl_db_minidle }}</pool-min-idle>
|
||||
<pool-max-idle>{{ atl_db_maxidle }}</pool-max-idle>
|
||||
|
||||
<pool-max-wait>{{ atl_db_maxwaitmillis }}</pool-max-wait>
|
||||
<validation-query>select 1</validation-query>
|
||||
<time-between-eviction-runs-millis>{{ atl_db_timebetweenevictionrunsmillis }}</time-between-eviction-runs-millis>
|
||||
<min-evictable-idle-time-millis>{{ atl_db_minevictableidletimemillis }}</min-evictable-idle-time-millis>
|
||||
<pool-remove-abandoned>{{ atl_db_removeabandoned }}</pool-remove-abandoned>
|
||||
<pool-remove-abandoned-timeout>{{ atl_db_removeabandonedtimeout }}</pool-remove-abandoned-timeout>
|
||||
<pool-test-while-idle>{{ atl_db_testwhileidle }}</pool-test-while-idle>
|
||||
<pool-test-on-borrow>{{ atl_db_testonborrow }}</pool-test-on-borrow>
|
||||
</jdbc-datasource>
|
||||
</jira-database-config>
|
||||
Reference in New Issue
Block a user