EventBus.json 256 B

123456789101112
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "EventBus": {
  4. "RabbitMQ": {
  5. "UserName": "adminnet",
  6. "Password": "adminnet++123456",
  7. "HostName": "127.0.0.1",
  8. "Port": 5672
  9. }
  10. }
  11. }