apolloapi-v2/knexfile.js
Aleksander Barszczewski b3146e1c45 Initial commit
2018-10-23 19:07:38 +02:00

7 lines
106 B
JavaScript

const config = require('config')
module.exports = {
client: 'pg',
connection: config.get('db.url')
}