var config = {}; config.mqtt = { logLevel: 'DEBUG', host: 'mosquitto', port: 1883, defaultKey: '1234', thinkingThingsPlugin: true }; config.iota = { logLevel: 'DEBUG', timestamp: true, contextBroker: { host: 'orion', port: '1026' }, server: { port: 4041 }, deviceRegistry: { type: 'mongodb' }, mongodb: { host: 'mongodb', port: '27017', db: 'iotagentjson' }, types: {}, service: 'howtoService', subservice: '/howto', providerUrl: 'http://localhost:4041', deviceRegistrationDuration: 'P1M', defaultType: 'Thing' }; config.configRetrieval = false;