Change kafka ip to an external ip

This commit is contained in:
Tim Kuhlman 2014-05-27 11:40:35 -06:00
parent dbb57b12ae
commit a9de5d57ca
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@
"schema": "mon"
},
"kafka": {
"hostname": "localhost"
"hostname": "10.22.156.16"
}
}

View File

@ -1,6 +1,6 @@
{
"id" : "hosts",
"kafka": "localhost",
"kafka": "10.22.156.16",
"mysql": "localhost",
"smtp": "localhost",
"zookeeper": "localhost"