mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
DCD-1123: Add some missing default to the Confluence config, and optionally disable clustering.
This commit is contained in:
@@ -12,6 +12,10 @@ atl_db_maxstatements: "{{ lookup('env', 'ATL_DB_MAXSTATEMENTS') or '0' }}"
|
||||
atl_db_validate: "{{ lookup('env', 'ATL_DB_VALIDATE') or 'false' }}"
|
||||
atl_db_acquireincrement: "{{ lookup('env', 'ATL_DB_ACQUIREINCREMENT') or '1' }}"
|
||||
atl_db_preferredtestquery: "{{ lookup('env', 'ATL_DB_PREFERREDTESTQUERY') or 'select version();' }}"
|
||||
atl_db_poolminsize: "20"
|
||||
atl_db_poolmaxsize: "100"
|
||||
atl_db_minidle: "10"
|
||||
atl_db_maxidle: "20"
|
||||
|
||||
atl_hazelcast_network_aws_tag_key: "Cluster"
|
||||
atl_hazelcast_network_aws_host_header: "ec2.amazonaws.com"
|
||||
@@ -46,3 +50,6 @@ atl_tomcat_protocol: "HTTP/1.1"
|
||||
atl_tomcat_redirectport: ""
|
||||
atl_tomcat_scheme: "http"
|
||||
atl_tomcat_secure: "false"
|
||||
atl_tomcat_enablelookups: "false"
|
||||
|
||||
atl_enable_clustering: true
|
||||
|
||||
Reference in New Issue
Block a user