config.production1.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. app:
  2. prefix: /mnt/metaverse/scene
  3. startPoint: 141
  4. appId: '0000000007'
  5. log:
  6. logFolder: /var/log/metaverse
  7. queueConfig:
  8. move: 60
  9. rotate: 2
  10. joystick: 5
  11. http:
  12. host: '0.0.0.0'
  13. port: 6688
  14. grpc:
  15. url: '221.4.210.172:23000'
  16. # grpc:
  17. # url: '192.168.0.47:3000'
  18. redis:
  19. port: 6379
  20. host: '127.0.0.1' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  21. password: 'Happy@Pass#@!7' # 非远程不需要密码
  22. decode_responses: true
  23. db: 9
  24. # queueRedis:
  25. # port: 6379
  26. # host: '127.0.0.1' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  27. # password: 'sxz123321SxZ@' # 非远程不需要密码
  28. # decode_responses: true
  29. # db: 14
  30. # server: ['stun:47.107.125.202:3478','stun:120.24.252.95:3478']
  31. # server: ['stun:4dage:4dage168@47.107.125.202:3478','stun:120.24.252.95:3478']
  32. # ['turn:4dage:4dage168@turn.4dage.com:4478', 'stun:stun.callwithus.com:3478']
  33. stun:
  34. # server: ['stun:stun.callwithus.com:3478', 'stun:47.107.125.202:3478']
  35. server: ['175.178.12.158:3478','106.55.177.178:3478']
  36. portRangeBegin: 49152
  37. portRangeEnd: 65535
  38. server:
  39. private_ip: 172.18.144.42
  40. public_ip: 47.107.125.202
  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"