shack/knexfile.js

7 lines
95 B
JavaScript
Raw Normal View History

2023-06-05 23:30:46 +00:00
import config from 'config';
2023-06-05 23:30:46 +00:00
export default {
client: 'pg',
connection: config.database,
};