You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

client.config.json 919 B

1 year ago
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "local": {
  3. "localIP": "127.0.0.1",
  4. "externalIP": "127.0.0.1",
  5. "locationID": 1
  6. },
  7. "agentGRPC": {
  8. "port": 5010
  9. },
  10. "logger": {
  11. "output": "stdout",
  12. "level": "debug"
  13. },
  14. "rabbitMQ": {
  15. "address": "127.0.0.1:5672",
  16. "account": "cloudream",
  17. "password": "123456",
  18. "vhost": "/",
  19. "param": {
  20. "retryNum": 5,
  21. "retryInterval": 5000
  22. }
  23. },
  24. "ipfs": null,
  25. "distlock": {
  26. "etcdAddress": "127.0.0.1:2379",
  27. "etcdUsername": "",
  28. "etcdPassword": "",
  29. "etcdLockLeaseTimeSec": 5,
  30. "randomReleasingDelayMs": 3000,
  31. "serviceDescription": "I am a client"
  32. },
  33. "connectivity": {
  34. "testInterval": 300
  35. },
  36. "downloader": {
  37. "maxStripCacheCount": 100,
  38. "highLatencyNode": 35,
  39. "ecStripPrefetchCount": 1
  40. }
  41. }

本项目旨在将云际存储公共基础设施化,使个人及企业可低门槛使用高效的云际存储服务(安装开箱即用云际存储客户端即可,无需关注其他组件的部署),同时支持用户灵活便捷定制云际存储的功能细节。