testconf.json 334 B

123456789101112131415161718192021
  1. {
  2. "servers": {
  3. "srv1": {
  4. "addr": "127.0.0.1",
  5. "port": 1883,
  6. "tls": false,
  7. "clientId": ""
  8. },
  9. "srv2": {
  10. "addr": "10.211.55.6",
  11. "port": 1883,
  12. "tls": false,
  13. "clientId": "client1"
  14. }
  15. },
  16. "conf_string":"test",
  17. "conf_int": 10,
  18. "conf_float": 32.3,
  19. "conf_bool": true
  20. }