diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-in-memory.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-in-memory.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/plugins/kv/configs/.rr-in-memory.yaml b/tests/plugins/kv/configs/.rr-in-memory.yaml new file mode 100644 index 00000000..b3b01f46 --- /dev/null +++ b/tests/plugins/kv/configs/.rr-in-memory.yaml @@ -0,0 +1,11 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +logs: + mode: development + level: error + +kv: + memory-rr: + driver: memory + interval: 1 |