IP to FQDN

This commit is contained in:
Skylar Grant 2024-12-25 13:54:43 -05:00
parent 7a1727417a
commit e29b6f6c82

View File

@ -1,7 +1,7 @@
import { Communicator, State } from './HestiaClasses.js'; import { Communicator, State } from './HestiaClasses.js';
const config = { const config = {
"mqtt": { "mqtt": {
"address": "ws://10.0.0.248", "address": "ws://ps.vfsh.me",
"username": "hestia", "username": "hestia",
"password": "hestia", "password": "hestia",
"port": 9001, "port": 9001,