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.

hub.config.json 1.0 kB

11 months ago
1 year ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "id": 1,
  3. "local": {
  4. "localIP": "127.0.0.1",
  5. "externalIP": "127.0.0.1",
  6. "locationID": 1
  7. },
  8. "rpc": {
  9. "listen": "127.0.0.1:5010",
  10. "rootCA": "",
  11. "serverCert": "",
  12. "serverKey": ""
  13. },
  14. "http": {
  15. "listen": "127.0.0.1:5110"
  16. },
  17. "coordinatorRPC": {
  18. "address": "127.0.0.1:5009",
  19. "rootCA": "",
  20. "clientCert": "",
  21. "clientKey": ""
  22. },
  23. "hubRPC": {
  24. "rootCA": "",
  25. "clientCert": "",
  26. "clientKey": ""
  27. },
  28. "logger": {
  29. "output": "file",
  30. "outputFileName": "hub",
  31. "outputDirectory": "log",
  32. "level": "debug"
  33. },
  34. "sysEvent": {
  35. "enabled": false,
  36. "address": "127.0.0.1:5672",
  37. "account": "cloudream",
  38. "password": "123456",
  39. "vhost": "/",
  40. "exchange": "SysEvent",
  41. "queue": "SysEvent"
  42. },
  43. "tickTock": {
  44. "testHubConnectivitiesInterval": "5m"
  45. },
  46. "pubShards": {
  47. "dbDir": "shards-dbs"
  48. }
  49. }

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