UNPKG

availity-ekko

Version:

Mock server simulating Availity API rest services

18 lines (12 loc) 258 B
'use strict'; const path = require('path'); const config = { latency: 250, cache: 0, limit: '50mb', host: '0.0.0.0', port: 9999, data: path.join(__dirname, '/data'), routes: path.join(__dirname, '/routes.json') }; module.exports = config;