DCD-621: externalizes db type based in dbconfig.xml for Jira

This commit is contained in:
Varun Arbatti
2019-08-28 09:58:51 +10:00
parent d21e4abbe5
commit 9e6eb41734
4 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ atl_db_poolminsize: '20'
atl_db_poolmaxsize: '100'
atl_db_minidle: '10'
atl_db_maxidle: '20'
atl_db_type: 'postgres72'
atl_db_maxwaitmillis: '30000'
atl_db_timebetweenevictionrunsmillis: '30000'