mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-24 00:56:16 +01:00
home-assistant fix db errors
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
5b85429327
commit
7d5d0e5014
|
@ -74,7 +74,7 @@
|
||||||
config =
|
config =
|
||||||
{ default_config = {};
|
{ default_config = {};
|
||||||
recorder = {
|
recorder = {
|
||||||
db_url = "postgresql://hass:\${PSQL_PASSWORD}@127.0.0.1/hass";
|
db_url = "postgresql://hass:\${PSQL_PASSWORD}@127.0.0.1/hass?client_encoding=utf8";
|
||||||
db_max_retries = 5;
|
db_max_retries = 5;
|
||||||
db_retry_wait = 30;
|
db_retry_wait = 30;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue