From 11462e658e42fcadc5912d306fc6e08d9ee29698 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Fri, 11 Jul 2025 21:25:11 +0300 Subject: [PATCH] fix --- authelia/configuration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 0f47f9a..cb8dd77 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -36,7 +36,8 @@ session: storage: encryption_key: "a_very_long_secret_32_characters_minimum" postgres: - address: tcp://pg.chocomarsh.com:5432 + host: pg.chocomarsh.com + port: 5432 database: authelia schema: public username: postgres -- 2.45.2