Fixed mysql address in notification config

This commit is contained in:
Tim Kuhlman 2014-05-13 15:30:11 -06:00
parent 25e15e67fc
commit 734f44b462

View File

@ -1,7 +1,7 @@
{
"id" : "hosts",
"kafka": "192.168.10.10",
"mysql": "192.168.10.12",
"mysql": "192.168.10.6",
"smtp": "localhost",
"zookeeper": "localhost"
}