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