We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073f8b6 commit a1bfc0aCopy full SHA for a1bfc0a
source/_addons/mariadb.markdown
@@ -18,7 +18,7 @@ Set up a [mariadb](https://mariadb.org/) SQL server. It support multible databas
18
{
19
"username": "hass",
20
"host": "172.17.0.1",
21
- "password": null
+ "password": "securePassword"
22
}
23
],
24
"rights": [
@@ -51,5 +51,5 @@ Use the following configuration in Home Assistant to use the database above:
51
52
```yaml
53
recorder:
54
- db_url: mysql://hass:password@127.0.0.1/homeassistant
+ db_url: mysql://hass:securePassword@127.0.0.1/homeassistant
55
```
0 commit comments