import config from 'config'; export default { client: 'pg', connection: { ...config.get('database') }, // avoid "cannot redefine password" error };