DCD-224: Add some default for database parameters.

This commit is contained in:
Steve Smith
2019-04-17 11:32:14 +10:00
parent 93761025f9
commit 6ecfb047f1

View File

@@ -0,0 +1,8 @@
---
atl_db_port: '5432'
atl_db_root_user: 'postgres'
atl_jdbc_encoding: 'UTF-8'
atl_jdbc_collation: 'en_US'
atl_jdbc_ctype: 'en_US'
atl_jdbc_template: 'template1'