UNPKG

availity-ekko

Version:

Mock server simulating Availity API rest services

20 lines (13 loc) 342 B
'use strict'; const path = require('path'); const config = { latency: 250, user: null, cache: 0, limit: '50mb', port: 7778, host: '127.0.0.1', // 0.0.0.0 or localhost causes windows tests to fail? data: path.join(__dirname, '/data'), routes: path.join(__dirname, '/dummy.routes.config.json') }; module.exports = config;