Fix test page
This commit is contained in:
parent
69a6fc0324
commit
a5c9511876
|
@ -11,7 +11,7 @@
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
const clientId = 'mqttjs_' + Math.random().toString(16).substr(2, 8)
|
const clientId = 'mqttjs_' + Math.random().toString(16).substr(2, 8)
|
||||||
const host = 'mqtt://dev.tannercollin.com:8080'
|
const host = 'mqtts://mqtt-dev.dns.t0.vc'
|
||||||
const options = {
|
const options = {
|
||||||
keepalive: 60,
|
keepalive: 60,
|
||||||
clientId: clientId,
|
clientId: clientId,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user