config.production1.yaml 1.4 KB

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