Fix test page

This commit is contained in:
Tanner Collin 2024-05-14 16:15:21 -06:00
parent 69a6fc0324
commit a5c9511876

View File

@ -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,