summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs/.rr-kv-init.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/kv/configs/.rr-kv-init.yaml')
-rw-r--r--tests/plugins/kv/configs/.rr-kv-init.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/tests/plugins/kv/configs/.rr-kv-init.yaml b/tests/plugins/kv/configs/.rr-kv-init.yaml
deleted file mode 100644
index 10cf6491..00000000
--- a/tests/plugins/kv/configs/.rr-kv-init.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-rpc:
- listen: tcp://127.0.0.1:6001
-
-logs:
- mode: development
- level: error
-
-kv:
- default:
- driver: memory
- config:
- interval: 60
-
- boltdb-south:
- driver: boltdb
- config:
- dir: "."
- file: "rr.db"
- bucket: "rr"
- permissions: 0666
- interval: 1
-
- boltdb-africa:
- driver: boltdb
- config:
- dir: "."
- file: "africa.db"
- bucket: "rr"
- permissions: 0666
- interval: 1
-
- memcached:
- driver: memcached
- config:
- addr: ["127.0.0.1:11211"]