mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
// needed by sequelize
|
|
const config = require('./config')
|
|
config.load()
|
|
module.exports = config.db
|