ETSmarthome/server/config.json

9 lines
200 B
JSON
Raw Normal View History

2024-05-14 06:02:35 +00:00
{
"mqtt": {
"url": "mqtt://192.168.188.11",
"username": "mqtt-user",
"password": "hivi1234hivi",
"port": 1883
},
"camUrl": "http://192.168.188.60/capture"
}