mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
2cb7defdb8
commit
1af6dd5eda
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user