// Config Dev console.log('## CONFIG DEV ##'); const config = { jucundus: { url: 'http://host.docker.internal:3000', useremail: 'agent@agent.com' }, agent: { urlApi: 'http://agent/internApi', maxCloseWebsockets: 5, } }; module.exports = { config };