config.yaml 463 B

123456789101112131415161718
  1. http:
  2. host: '0.0.0.0'
  3. port: 6688
  4. grpc:
  5. url: '192.168.0.200:3000'
  6. redis:
  7. port: 6379
  8. host: '192.168.0.47' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
  9. password: '' # 非远程不需要密码
  10. decode_responses: true
  11. db: 9
  12. # PRIVATE_IP=172.18.197.114
  13. # PUBLIC_IP=120.24.252.95
  14. # STUNS_SEVER="stun:172.18.156.41:3478,stun:120.24.252.95:3478"
  15. # GRPC_URL="192.168.0.48:3000"
  16. # REDIS_URL="redis://:192.168.0.47:6379/9"