Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1.  
  2. "pydio.grpc.data.sync": {
  3. "sources": "[\"pydiods1\",\"personal\",\"cellsdata\",\"drops\",\"updated:---\"]"
  4. },
  5. "pydio.grpc.data.sync.cellsdata": {
  6. "ApiKey": "---",
  7. "ApiSecret": "---",
  8. "Name": "cellsdata",
  9. "ObjectsBucket": "cellsdata",
  10. "ObjectsPort": 39045,
  11. "ObjectsServiceName": "local3",
  12. "PeerAddress": "127.0.0.1",
  13. "StorageConfiguration": {
  14. "folder": "/datastore/pydio-data/cellsdata",
  15. "normalize": "false"
  16. }
  17. },
  18. "pydio.grpc.data.sync.drops": {
  19. "ApiKey": "---",
  20. "ApiSecret": "---",
  21. "Name": "drops",
  22. "ObjectsBucket": "drops",
  23. "ObjectsServiceName": "local3",
  24. "PeerAddress": "127.0.0.1",
  25. "StorageConfiguration": {
  26. "folder": "/datastore/pydio-data/drops",
  27. "normalize": "false"
  28. }
  29. },
  30. "pydio.grpc.data.sync.personal": {
  31. "ApiKey": "---",
  32. "ApiSecret": "---",
  33. "Name": "personal",
  34. "ObjectsBucket": "personal",
  35. "ObjectsPort": 39045,
  36. "ObjectsServiceName": "local3",
  37. "PeerAddress": "127.0.0.1",
  38. "StorageConfiguration": {
  39. "folder": "/datastore/pydio-data/personal",
  40. "normalize": "false"
  41. }
  42. },
  43. "pydio.grpc.data.sync.pydiods1": {
  44. "ApiKey": "---",
  45. "ApiSecret": "---",
  46. "Disabled": true,
  47. "Name": "pydiods1",
  48. "ObjectsBucket": "pydiods1",
  49. "ObjectsPort": 39045,
  50. "ObjectsServiceName": "local1",
  51. "PeerAddress": "127.0.0.1",
  52. "StorageConfiguration": {
  53. "folder": "/home/pydio/.config/pydio/cells/data/pydiods1",
  54. "normalize": "false"
  55. }
  56. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement