Remove hivemq broker

This commit is contained in:
Thomas Nordquist
2019-02-17 11:12:07 +01:00
parent 6f3a5beeaa
commit 7d165bb342

View File

@@ -69,15 +69,5 @@ export function defaultConnections() {
name: 'test.mosquitto.org',
host: 'test.mosquitto.org',
},
'broker.hivemq.com:8000': {
...createEmptyConnection(),
id: 'broker.hivemq.com:8000',
name: 'broker.hivemq.com',
host: 'broker.hivemq.com',
basePath: 'ws',
encryption: true,
protocol: 'ws',
port: 8000,
},
}
}