defaultDS default {{ atl_db_type }} public {{ atl_jdbc_url }} {{ atl_jdbc_user }} {% if atl_product_version.split(".")[:2] | join(".") is version('9.11', '>=') and atl_secretsmanager_aws_region is defined and atl_secretsmanager_aws_region != "" and atl_secretsmanager_aws_secret_id is defined and atl_secretsmanager_aws_secret_id != "" -%} com.atlassian.secrets.store.aws.AwsSecretsManagerStore {"region": "{{ atl_secretsmanager_aws_region }}", "secretId": "{{ atl_secretsmanager_aws_secret_id }}"} {% else -%} {{ atl_jdbc_password | replace("&", "&") }} {% endif -%} {{ atl_db_driver }} {% if 'postgres' in atl_db_type %} tcpKeepAlive={{ atl_db_keepalive }};socketTimeout={{ atl_db_sockettimeout }} {% endif %} {{ atl_db_poolminsize }} {{ atl_db_poolmaxsize }} {{ atl_db_minidle }} {{ atl_db_maxidle }} {{ atl_db_maxwaitmillis }} select 1 {{ atl_db_timebetweenevictionrunsmillis }} {{ atl_db_minevictableidletimemillis }} {{ atl_db_removeabandoned }} {{ atl_db_removeabandonedtimeout }} {{ atl_db_testwhileidle }} {{ atl_db_testonborrow }}