Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
32d981d5ac |
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -111,7 +111,7 @@ document.addEventListener('alpine:init', () => {
|
||||||
},
|
},
|
||||||
|
|
||||||
connect() {
|
connect() {
|
||||||
const url = 'ws://broker.emqx.io:8083/mqtt'
|
const url = 'wss://broker.emqx.io:8084/mqtt'
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
// Clean session
|
// Clean session
|
||||||
|
|
Loading…
Reference in a new issue