mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 10:45:52 +01:00
Update config.json
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user