mqtt_config.json 144 B

123456789
  1. {
  2. "broker": "localhost",
  3. "port": 1883,
  4. "client_id": "test_client",
  5. "username": "",
  6. "password": "",
  7. "keepalive": 60,
  8. "topics": []
  9. }