JIRASERVER-66236: Set Jira collation, ctype to C, encoding to UNICODE

This commit is contained in:
Ben Partridge
2019-10-08 10:15:16 +11:00
parent 610f1cd58a
commit 23ef172c91

View File

@@ -12,6 +12,10 @@
atl_startup_systemd_params:
- "LimitNOFILE=16384"
atl_jdbc_encoding: 'UNICODE'
atl_jdbc_collation: 'C'
atl_jdbc_ctype: 'C'
roles:
- role: linux_common
- role: aws_common