config.production.yaml 1.2 KB

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