config.production.yaml 1.1 KB

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