3 lines
99 B
JavaScript

const config = require('config')
module.exports = JSON.parse(JSON.stringify(config.get('app.db')))