mnml/ops/knexfile.SAMPLE.js

16 lines
253 B
JavaScript

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