config.production.yaml 1.3 KB

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