Add some default for database parameters.

This commit is contained in:
Steve Smith
2019-04-17 11:32:14 +10:00
parent 9a0094cb7f
commit b276b57de9

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'