UNPKG

ccxt-rest

Version:

Open Source Unified REST API of 100+ Crypto Exchange Sites

8 lines (7 loc) 261 B
const path = require('path'); module.exports = { 'config': path.join('api', 'config', 'database.json'), 'models-path': path.resolve('api', 'models'), 'seeders-path': path.resolve('api', 'seeders'), 'migrations-path': path.resolve('api', 'migrations') }