Advertisement
jurjendevries

Untitled

Mar 28th, 2021
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # Config file for ipfs-sync
  2. # It's highly recommended you set DB and Dirs before running the daemon.
  3. #
  4. # If using the default systemd script, it expects a config file to be in $USER/.ipfs-sync.yaml by default
  5. #
  6.  
  7. # Path to file where db should be stored (example: "/home/user/.ipfs-sync.db")
  8. DB: /root/ipfs-sync/.ipfs-sync.db
  9.  
  10. # Set the dirs to monitor:
  11. Dirs:
  12. - ID: jurjendevries.com.sprintreview.nl
  13. Dir: /root/snap/ipfs/jurjendevries.com/sprint/
  14. - ID: jurjendevries.com
  15. Dir: /root/snap/ipfs/jurjendevries.com/public/
  16. - ID: irclogbot
  17. Dir: /root/snap/ipfs/irclogbot/
  18.  
  19. # Relative MFS directory path (default "/ipfs-sync/")
  20. BasePath: /ipfs-sync/
  21.  
  22. # Node to connect to over HTTP (default "http://127.0.0.1:5001")
  23. EndPoint: http://127.0.0.1:5001
  24.  
  25. # If true, ignore anything prefixed with "."
  26. IgnoreHidden: true
  27.  
  28. # Time to sleep between IPNS syncs (ex: 120s) (default 10s)
  29. Sync: 10s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement