config.production.yaml 1.3 KB

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