diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-memcached.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-memcached.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/kv/configs/.rr-memcached.yaml b/tests/plugins/kv/configs/.rr-memcached.yaml index 68443bc4..da5d59c6 100644 --- a/tests/plugins/kv/configs/.rr-memcached.yaml +++ b/tests/plugins/kv/configs/.rr-memcached.yaml @@ -9,4 +9,4 @@ kv: memcached-rr: driver: memcached addr: - - "localhost:11211" + - "127.0.0.1:11211" |