summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs/.rr-kv-bolt-perms.yaml
blob: b46bcb1c7424c17309db21f7e1cfc49fae6b4ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
rpc:
  listen: tcp://127.0.0.1:6001

logs:
  mode: development
  level: error

kv:
  boltdb-south:
    driver: boltdb
    file: "rr.db"

  boltdb-africa:
    driver: boltdb
    file: "africa.db"
    permissions: 0777