Files
gancio/server/dbconfig.js
lesion 5ae3a9eeb3 minor
2022-04-27 10:07:04 +02:00

5 lines
99 B
JavaScript

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