From 7bae31bf123e25e64096934d78ca63dc8e251096 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Wed, 12 Feb 2025 14:04:04 -0500 Subject: [PATCH] Changed recorder db_url to the secret --- configuration/recorder/postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/recorder/postgres.yml b/configuration/recorder/postgres.yml index ba6d897..af44a12 100644 --- a/configuration/recorder/postgres.yml +++ b/configuration/recorder/postgres.yml @@ -2,7 +2,7 @@ ### RECORDER ################################################################################### #################################################################################################### --- -db_url: postgresql://hassio:qP4fwHvq69QnZqj4@10.10.12.11:5432/hassio?client_encoding=utf8 +db_url: !secret database_url purge_keep_days: 10 auto_purge: true auto_repack: true