shack/knexfile.js

7 lines
95 B
JavaScript

import config from 'config';
export default {
client: 'pg',
connection: config.database,
};