UNPKG

auth-service-nestjs

Version:

Authorization service for lightweight systems

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