UNPKG

dbl-coins-invest

Version:

Sharade DBL package over other coins invest services

8 lines (7 loc) 268 B
const path = require('path'); module.exports = { 'config': path.resolve('config', 'db.config.js'), 'models-path': path.resolve('mysqldb', 'models'), 'seeders-path': path.resolve('mysqldb', 'seeders'), 'migrations-path': path.resolve('mysqldb', 'migrations') }