transport.yml 319 字节
Newer Older
H
hujie 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
onlyNetAddress:
  netaddress: 10.10.103.*
  noPermitPullTopic:
    - broker-a

list:
  - account: laohu
    password: 123456
    netaddress: 192.0.0.*
    permitSendTopic:
      - test1
      - test2
  - account: laohu
    password: 123456
    netaddress: 192.0.2.1
    permitSendTopic:
      - test3
      - test4