1
0
Fork 0
mirror of https://github.com/Troplo/Colubrina.git synced 2025-02-19 10:15:45 +11:00
Colubrina/backend/.sequelizerc

5 lines
98 B
Text
Raw Normal View History

2022-08-07 00:35:00 +10:00
var path = require('path')
module.exports = {
'config': path.resolve('config/database.json'),
}