diff options
author | Devaev Maxim <[email protected]> | 2018-10-28 07:09:00 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-28 07:09:00 +0300 |
commit | c65c710962bbcc5d75f5df520efa8d60215eb99a (patch) | |
tree | 29d2da3d96099d54d6006ebc009104864ba7a42d /testenv | |
parent | ab342111d0c88e13e0d0d4a79c1e14150a7d4ef3 (diff) |
using 127.0.0.1 instead of localhost
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/kvmd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/kvmd.yaml b/testenv/kvmd.yaml index cb981f0a..93ab087b 100644 --- a/testenv/kvmd.yaml +++ b/testenv/kvmd.yaml @@ -1,6 +1,6 @@ kvmd: server: - host: localhost + host: 127.0.0.1 port: 8081 heartbeat: 3.0 |