pull/8/head
Nico 2015-09-30 22:41:18 +02:00
rodzic 6005ca1d79
commit e0e08e81e6
1 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

@ -8,15 +8,13 @@ logger = logging.getLogger(__name__)
config = { config = {
'listeners': { 'listeners': {
'default': { 'default': {
'type': 'tcp' 'type': 'tcp',
},
'tcp-mqtt': {
'bind': '0.0.0.0:1883', 'bind': '0.0.0.0:1883',
'max_connections': 10
}, },
'ws-mqtt': { 'ws-mqtt': {
'bind': '127.0.0.1:8080', 'bind': '127.0.0.1:8080',
'type': 'ws' 'type': 'ws',
'max_connections': 10,
}, },
}, },
'sys_interval': 0, 'sys_interval': 0,