fixes
This commit is contained in:
@@ -357,8 +357,8 @@ in
|
||||
};
|
||||
|
||||
recorder = {
|
||||
# db_url = "postgresql://@/hass"; # local DB
|
||||
db_url = "postgresql://homeassistant@10.0.1.3/homeassistant";
|
||||
# Connect via Unix socket — peer auth via identMap maps OS user 'hass' → DB user 'homeassistant'.
|
||||
db_url = "postgresql://homeassistant@/homeassistant?host=/run/postgresql";
|
||||
purge_keep_days = 180;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user