config.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. http:
  2. host: '0.0.0.0'
  3. port: 6688
  4. grpc:
  5. url: '221.4.210.172:23000'
  6. # grpc:
  7. # url: '192.168.0.47:3000'
  8. redis:
  9. port: 26379
  10. host: '221.4.210.172' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  11. password: '' # 非远程不需要密码
  12. decode_responses: true
  13. db: 9
  14. queueRedis:
  15. port: 26379
  16. host: '221.4.210.172' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  17. password: '' # 非远程不需要密码
  18. decode_responses: true
  19. db: 14
  20. # redis:
  21. # port: 6379
  22. # host: '192.168.0.47' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  23. # password: '' # 非远程不需要密码
  24. # decode_responses: true
  25. # db: 9
  26. stun:
  27. server: ['stun:172.18.156.41:3478', 'stun:120.24.252.95:3478']
  28. portRangeBegin: 52000
  29. portRangeEnd: 53000
  30. server:
  31. private_ip: 172.18.197.114
  32. public_ip: 120.24.252.95
  33. # PRIVATE_IP=172.18.197.114
  34. # PUBLIC_IP=120.24.252.95
  35. # STUNS_SEVER="stun:172.18.156.41:3478,stun:120.24.252.95:3478"
  36. # GRPC_URL="192.168.0.48:3000"
  37. # REDIS_URL="redis://:192.168.0.47:6379/9"