config.production1.yaml 1.2 KB

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