Hostname updated (#10658)

Hostname has changed. See discussion here:

https://community.home-assistant.io/t/hass-io-mariadb-error-after-snapshot-restoration/130146/9?u=tom_l
This commit is contained in:
tomlut 2019-10-10 07:34:10 +11:00 committed by Franck Nijhof
parent 2cb7defdb8
commit 1af6dd5eda

View File

@ -11,14 +11,14 @@ Set up a [MariaDB](https://mariadb.org/) SQL server. It supports multiple databa
"logins": [
{
"username": "hass",
"host": "homeassistant",
"host": "%.local.hass.io",
"password": "securePassword"
}
],
"rights": [
{
"username": "hass",
"host": "homeassistant",
"host": "%.local.hass.io",
"database": "homeassistant",
"grant": "ALL PRIVILEGES ON"
}