DCD-621: Uses ATL_DB_ENGINE paramerter to infer database type. If db_engine is 'aurora_postgres', then use aurrora postgres db type. Else use default postgres db_type

This commit is contained in:
Varun Arbatti
2019-08-28 12:21:28 +10:00
parent 9e6eb41734
commit 2a00f33508
8 changed files with 160 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ 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'