rtc.yaml 578 B

123456789101112131415161718192021222324252627282930313233343536
  1. Name: openim
  2. ListenOn: 0.0.0.0:11200
  3. Etcd:
  4. Hosts:
  5. - 127.0.0.1:12379
  6. Key: /openim/signal
  7. RedisConf: &RedisConf
  8. Host: "127.0.0.1:16379"
  9. Type: node
  10. Pass: KRXbzyT1mLseE8GJ8UgCir0txCf
  11. Tls: false
  12. # redis
  13. Redis:
  14. <<: *RedisConf
  15. Key: meeting-rpc
  16. openimRpcName:
  17. user: user
  18. msg: msg
  19. rpc:
  20. listenIP: ""
  21. registerIP: ""
  22. rtc:
  23. name: rtc
  24. port:
  25. - 11200
  26. Rtc:
  27. Url:
  28. - ws://localhost:7880 # External Address
  29. # innerUrl: ws://localhost:7880 # Internal Address
  30. ApiKey: "APIGPxHjU9iCgGo"
  31. ApiSecret: "5XsotiNCkAkW2nrGeAt48aWxnwHjAnrX1aeRFo9tuKI"