BoltDB backend

Træfɪk can be configured to use BoltDB as a backend configuration:

  1. ################################################################
  2. # BoltDB configuration backend
  3. ################################################################
  4. # Enable BoltDB configuration backend
  5. #
  6. # Optional
  7. #
  8. [boltdb]
  9. # BoltDB file
  10. #
  11. # Required
  12. #
  13. endpoint = "/my.db"
  14. # Enable watch BoltDB changes
  15. #
  16. # Optional
  17. #
  18. watch = true
  19. # Prefix used for KV store.
  20. #
  21. # Optional
  22. #
  23. prefix = "/traefik"
  24. # Override default configuration template. For advanced users :)
  25. #
  26. # Optional
  27. #
  28. # filename = "boltdb.tmpl"