// Settings/Config store for orvibo socket server module.exports = { LOG_PACKET: false, ORVIBO_KEY: '', // put your PK key here as plain text plugInfo : [ // Add uid and a name so you can easily identify the connected sockets { uid :'53dd7fe74de7', name: "Lamp in Kitchen" }, ], }