diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-boltdb.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-boltdb.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/plugins/kv/configs/.rr-boltdb.yaml b/tests/plugins/kv/configs/.rr-boltdb.yaml deleted file mode 100644 index 7a8aee4e..00000000 --- a/tests/plugins/kv/configs/.rr-boltdb.yaml +++ /dev/null @@ -1,16 +0,0 @@ -rpc: - listen: tcp://127.0.0.1:6001 - -logs: - mode: development - level: error - -kv: - boltdb-rr: - driver: boltdb - config: - dir: "." - file: "rr.db" - bucket: "test" - permissions: 0666 - interval: 1 # seconds |