mysql is denying access on localhost, use the ip

Change-Id: If3f8b774669e1d3d267b8a7e49c475617383224b
This commit is contained in:
Tim Kuhlman 2014-07-21 16:13:58 -06:00
parent 76f4b56cbe
commit 065e5bd5cb

View File

@ -6,7 +6,7 @@
"notification_topic": "alarm-notifications"
},
"mysql": {
"url": "localhost",
"url": "192.168.10.4",
"user": "notification",
"password": "password",
"database": "mon"