orvibo-b25-server-kex/server/utils/OrviboSettings.js

13 lines
345 B
JavaScript
Raw Normal View History

// 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"
},
],
}