mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
14 lines
317 B
YAML
14 lines
317 B
YAML
---
|
|
|
|
atl_db_port: '5432'
|
|
atl_db_root_db_name: 'postgres'
|
|
atl_db_root_user: 'postgres'
|
|
atl_jdbc_encoding: 'UTF-8'
|
|
atl_jdbc_collation: 'C'
|
|
atl_jdbc_ctype: 'C'
|
|
atl_jdbc_template: 'template1'
|
|
|
|
azure_sql_server_sysctl:
|
|
net.ipv4.tcp_keepalive_time: 30
|
|
net.ipv4.tcp_keepalive_intvl: 1
|
|
net.ipv6.tcp_keepalive_probes: 10 |