config.dev.yaml 1.2 KB

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