apolloapi-v2/knexfile.js
Mateusz Blicharski 7b33f2a9f1 knexfile update
2018-11-05 11:37:13 +01:00

7 lines
110 B
JavaScript

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