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