BoltDB
Configuration
version: "3"
kv:
# User defined name of the storage.
boltdb:
# Required section.
# Should be "boltdb" for the boltdb driver.
driver: boltdb
config:
# Optional section.
# Default: "rr.db"
file: "./rr.db"
# Optional section.
# Default: 0777
permissions: 0777
# Optional section.
# Default: "rr"
bucket: "rr"
# Optional section.
# Default: 60
interval: 60Options
File
Permissions
Bucket
Interval
Last updated