gancio-upstream/server/dbconfig.js
2022-04-27 10:07:04 +02:00

4 lines
99 B
JavaScript

// needed by sequelize
const config = require('./config')
config.load()
module.exports = config.db