diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
commit | f3491c089b4da77fd8d2bc942a88b6b8d117a8a5 (patch) | |
tree | 32bfffb1f24eeee7b909747cc00a6a6b9fd3ee83 /tests/plugins/kv/configs/.rr-kv-init.yaml | |
parent | 5d2cd55ab522d4f1e65a833f91146444465a32ac (diff) |
Move plugins to a separate repository
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/kv/configs/.rr-kv-init.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-kv-init.yaml | 35 |
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"] |