UNPKG

aedes-cli

Version:
31 lines (30 loc) 540 B
module.exports = { // SERVERS protos: ['tcp'], host: '0.0.0.0', port: 1883, wsPort: 3000, wssPort: 4000, tlsPort: 8883, key: null, cert: null, rejectUnauthorized: true, // AUTHORIZER credentials: null, // AEDES brokerId: 'aedes-cli', concurrency: 100, queueLimit: 42, maxClientsIdLength: 23, heartbeatInterval: 60000, connectTimeout: 30000, stats: true, statsInterval: 5000, // PERSISTENCES persistence: null, mq: null, // LOGGER verbose: false, veryVerbose: false, noPretty: false }