Update config.json

This commit is contained in:
Pascal Vizeli
2017-06-28 00:09:39 +02:00
committed by GitHub
parent b77aa581e5
commit 429793a14d

View File

@@ -12,10 +12,10 @@
"options": {
"databases": ["homeassistant"],
"logins": [
{"username": "hass", "host": "localhost", "password": null}
{"username": "hass", "host": "%", "password": null}
],
"rights": [
{"username": "hass", "host": "localhost", "database": "homeassistant", "grant": "ALL PRIVILEGES ON"}
{"username": "hass", "host": "%", "database": "homeassistant", "grant": "ALL PRIVILEGES ON"}
]
},
"schema": {