diff options
author | Devaev Maxim <[email protected]> | 2018-12-13 18:56:26 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-13 18:56:26 +0300 |
commit | 972c4928cc80e5b73b3adda8a5c71c321307ca85 (patch) | |
tree | 7c0b8c3d84b7346651a23b2a2e3f67cf29da741d /testenv | |
parent | d92e2e2d1ba844e6acfcc9629c7b5f4781eac9b3 (diff) |
fixed kvmd host in dev config
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 da79a736..8233cd58 100644 --- a/testenv/kvmd.yaml +++ b/testenv/kvmd.yaml @@ -1,6 +1,6 @@ kvmd: server: - host: 127.0.0.1 + host: 0.0.0.0 port: 8081 heartbeat: 3.0 |