config.dev.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. app:
  2. prefix: /mnt/metaverse/scene
  3. startPoint: 29
  4. log:
  5. logFolder: /var/log/metaverse
  6. queueConfig:
  7. move: 60
  8. rotate: 2
  9. http:
  10. host: '0.0.0.0'
  11. port: 6688
  12. grpc:
  13. url: '192.168.0.200:3000'
  14. # redis:
  15. # port: 26379
  16. # host: '221.4.210.172' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  17. # password: '' # 非远程不需要密码
  18. # decode_responses: true
  19. # db: 9
  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. queueRedis:
  27. port: 6379
  28. host: 'localhost' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  29. password: 'redis9394' # 非远程不需要密码
  30. decode_responses: true
  31. db: 14
  32. stun:
  33. server: ['stun:172.18.156.41: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"