commit | ff048874b595a5bed5a42cca914f2685099497ce | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Aug 31 09:23:05 2016 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 31 09:23:05 2016 +0200 |
tree | c59b00e81cddd12c48158cbf1c1fe23578623ec2 | |
parent | dbff71a01d567bc500b9a07d095eaf553f373d94 [diff] | |
parent | 7999ed23209b5d39abe26bf90e03d1e2803498ef [diff] |
Merge pull request #2 from tcpcloud/fix_api fix sensu api address bind
diff --git a/sensu/files/api.json b/sensu/files/api.json index ec290ec..fdfc4d2 100644 --- a/sensu/files/api.json +++ b/sensu/files/api.json
@@ -2,6 +2,7 @@ { "api": { "host": "{{ server.bind.address }}", + "bind": "{{ server.bind.address }}", "port": {{ server.bind.port }} } } \ No newline at end of file