mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user