Advertisement
jurjendevries

Untitled

Feb 26th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # cat ipfs-sync-config.json
  2. {
  3. "BasePath": "/root/ipfs-sync/",
  4. "EndPoint": "http://127.0.0.1:5001",
  5. "Dirs": [{"ID":"jurjendevries.com.sprintreview.nl", "Dir":"/root/snap/ipfs/jurjendevries.com/sprint/"}],
  6. "Sync": "10s",
  7. "DB": "/root/ipfs-sync/.ipfs-sync.db",
  8. "IgnoreHidden": true
  9. },
  10. {
  11. "BasePath": "/root/ipfs-sync/",
  12. "EndPoint": "http://127.0.0.1:5001",
  13. "Dirs": [{"ID":"jurjendevries.com", "Dir":"/root/snap/ipfs/jurjendevries.com/public/"}],
  14. "Sync": "10s",
  15. "DB": "/root/ipfs-sync/.ipfs-sync.db",
  16. "IgnoreHidden": true
  17. },
  18. {
  19. "BasePath": "/root/ipfs-sync/",
  20. "EndPoint": "http://127.0.0.1:5001",
  21. "Dirs": [{"ID":"irclogbot", "Dir":"/root/snap/ipfs/irclogbot/"}],
  22. "Sync": "10s",
  23. "DB": "/root/ipfs-sync/.ipfs-sync.db",
  24. "IgnoreHidden": true
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement