DCD-371: Use C for collation and ctype to match legacy installs.

This commit is contained in:
Steve Smith
2019-05-24 13:29:43 +10:00
parent 75703a19b5
commit 91e40df69b

View File

@@ -3,6 +3,6 @@
atl_db_port: '5432' atl_db_port: '5432'
atl_db_root_user: 'postgres' atl_db_root_user: 'postgres'
atl_jdbc_encoding: 'UTF-8' atl_jdbc_encoding: 'UTF-8'
atl_jdbc_collation: 'en_US.UTF-8' atl_jdbc_collation: 'C'
atl_jdbc_ctype: 'en_US.UTF-8' atl_jdbc_ctype: 'C'
atl_jdbc_template: 'template1' atl_jdbc_template: 'template1'