module.exports = { client: 'postgresql', connection: { database: 'mnml', user: 'mnml', password: 'gggggggggg', }, pool: { min: 2, max: 10 }, migrations: { tableName: 'knex_migrations' } };