Skip to content

Commit a1bfc0a

Browse files
authored
Update mariadb.markdown
1 parent 073f8b6 commit a1bfc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_addons/mariadb.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Set up a [mariadb](https://mariadb.org/) SQL server. It support multible databas
1818
{
1919
"username": "hass",
2020
"host": "172.17.0.1",
21-
"password": null
21+
"password": "securePassword"
2222
}
2323
],
2424
"rights": [
@@ -51,5 +51,5 @@ Use the following configuration in Home Assistant to use the database above:
5151

5252
```yaml
5353
recorder:
54-
db_url: mysql://hass:password@127.0.0.1/homeassistant
54+
db_url: mysql://hass:securePassword@127.0.0.1/homeassistant
5555
```

0 commit comments

Comments
 (0)