github.com/isyscore/isc-gobase@v1.5.3-0.20231218061332-cbc7451899e9/extend/emqx/test/application-user.yaml (about)

     1  base:
     2    emqx:
     3      # 是否开启emqx,默认关闭
     4      enable: true
     5      servers:
     6        # 域名格式2
     7        - "tcp://localhost:21883"
     8      username: "xxx"
     9      password: "xxx"