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 1.6 kB

1 year ago
10 months ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "hubRPC": {
  3. "rootCA": ""
  4. },
  5. "coordinatorRPC": {
  6. "address": "127.0.0.1:5009",
  7. "rootCA": ""
  8. },
  9. "logger": {
  10. "output": "stdout",
  11. "level": "debug"
  12. },
  13. "db": {
  14. "address": "127.0.0.1:3306",
  15. "account": "root",
  16. "password": "123456",
  17. "databaseName": "cloudream"
  18. },
  19. "sysEvent": {
  20. "enabled": false,
  21. "address": "127.0.0.1:5672",
  22. "account": "cloudream",
  23. "password": "123456",
  24. "vhost": "/",
  25. "exchange": "SysEvent",
  26. "queue": "SysEvent"
  27. },
  28. "connectivity": {
  29. "testInterval": 300
  30. },
  31. "downloader": {
  32. "maxStripCacheCount": 100,
  33. "ecStripPrefetchCount": 1
  34. },
  35. "downloadStrategy": {
  36. "highLatencyHub": 35
  37. },
  38. "tickTock": {
  39. "ecFileSizeThreshold": 5242880,
  40. "accessStatHistoryWeight": 0.8
  41. },
  42. "http": {
  43. "enabled": true,
  44. "listen": "127.0.0.1:7890",
  45. "rootCA": "",
  46. "serverCert": "",
  47. "serverKey": "",
  48. "clientCerts": [],
  49. "userSpaceID": 0,
  50. "maxBodySize": 5242880
  51. },
  52. "mount": {
  53. "enabled": false,
  54. "mountPoint": "",
  55. "gid": 0,
  56. "uid": 0,
  57. "dataDir": "",
  58. "metaDir": "",
  59. "maxCacheSize": 0,
  60. "attrTimeout": "10s",
  61. "uploadPendingTime": "30s",
  62. "cacheActiveTime": "1m",
  63. "cacheExpireTime": "1m",
  64. "scanDataDirInterval": "10m"
  65. },
  66. "accessToken": {
  67. "account": "",
  68. "password": ""
  69. }
  70. }

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