const contour_dev_db_profile = { dev_1: { engine: 'postgres', host: '10.20.0.18', port: '5432', userName: 'postgres', password: 'mysecretpassword', database: '' }, dev_2: { engine: 'postgres', host: '10.20.0.16', port: '5432', userName: 'postgres', password: 'mysecretpassword', database: '' }, dev_3: { engine: 'postgres', host: '10.20.0.20', port: '5432', userName: 'postgres', password: 'mysecretpassword', database: '' }, dev_4: { engine: 'postgres', host: '10.20.0.22', port: '5432', userName: 'postgres', password: 'mysecretpassword', database: '' } }; export default contour_dev_db_profile;