diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-redis-no-config.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-redis-no-config.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/plugins/kv/configs/.rr-redis-no-config.yaml b/tests/plugins/kv/configs/.rr-redis-no-config.yaml index 9cf06374..56113f13 100644 --- a/tests/plugins/kv/configs/.rr-redis-no-config.yaml +++ b/tests/plugins/kv/configs/.rr-redis-no-config.yaml @@ -1,10 +1,10 @@ rpc: - listen: tcp://127.0.0.1:6001 + listen: tcp://127.0.0.1:6001 logs: - mode: development - level: error + mode: development + level: error kv: - redis-rr: - driver: redis + redis-rr: + driver: redis |