Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 27, 2017
1 parent b77aa58 commit 429793a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mariadb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 429793a

Please sign in to comment.