// use strict
//
const config = require('config');

module.exports = {
	client: 'pg',
	connection: config.database.owner,
};