config.yaml 893 B

1234567891011121314151617181920212223242526272829303132333435
  1. app:
  2. prefix: /mnt/metaverse/scene
  3. queueConfig:
  4. move: 10
  5. rotate: 5
  6. http:
  7. host: '0.0.0.0'
  8. port: 6688
  9. grpc:
  10. url: '192.168.0.200:3000'
  11. redis:
  12. port: 6379
  13. host: '120.24.252.95' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  14. password: 'sxz123321SxZ@' # 非远程不需要密码
  15. decode_responses: true
  16. db: 9
  17. # server: ['stun:47.107.125.202:3478','stun:120.24.252.95:3478']
  18. # server: ['turn:kurento:kurento@47.107.125.202:3478']
  19. stun:
  20. server: ['turn:4dage:4dage168.@47.107.125.202:4478','stun:47.107.125.202:4478']
  21. portRangeBegin: 50000
  22. portRangeEnd: 55000
  23. server:
  24. private_ip: 172.18.197.114
  25. public_ip: 120.24.252.95
  26. # PRIVATE_IP=172.18.197.114
  27. # PUBLIC_IP=120.24.252.95
  28. # STUNS_SEVER="stun:172.18.156.41:3478,stun:120.24.252.95:3478"
  29. # GRPC_URL="192.168.0.48:3000"
  30. # REDIS_URL="redis://:192.168.0.47:6379/9"