DCD-1123: Add some missing default to the Confluence config, and optionally disable clustering.

This commit is contained in:
Steve Smith
2020-10-22 14:09:38 +11:00
parent ccf73b65dc
commit 05a3b77e07
2 changed files with 19 additions and 10 deletions

View File

@@ -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