config.production.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. app:
  2. prefix: /mnt/metaverse/scene
  3. startPoint: 29
  4. queueConfig:
  5. move: 10
  6. rotate: 2
  7. log:
  8. logFolder: /var/log/metaverse
  9. http:
  10. host: '0.0.0.0'
  11. port: 6688
  12. grpc:
  13. url: '221.4.210.172:23000'
  14. # grpc:
  15. # url: '192.168.0.47:3000'
  16. redis:
  17. port: 6379
  18. host: '127.0.0.1' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  19. password: 'sxz123321SxZ@' # 非远程不需要密码
  20. decode_responses: true
  21. db: 9
  22. # queueRedis:
  23. # port: 6379
  24. # host: '127.0.0.1' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  25. # password: 'sxz123321SxZ@' # 非远程不需要密码
  26. # decode_responses: true
  27. # db: 14
  28. # redis:
  29. # port: 6379
  30. # host: '192.168.0.47' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  31. # password: '' # 非远程不需要密码
  32. # decode_responses: true
  33. # db: 9
  34. stun:
  35. server: ['stun:120.24.252.95:3478', 'stun:120.24.252.95:3478']
  36. portRangeBegin: 52000
  37. portRangeEnd: 53000
  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"