config.production.yaml 1.2 KB

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