From 5483b9de0493f1cd5ca598835108d75d7783b3f1 Mon Sep 17 00:00:00 2001 From: James Curtin Date: Thu, 21 Mar 2024 16:10:37 -0400 Subject: [PATCH] Updates for Authelia 4.38 --- authelia/configuration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 4a4354c..4c39939 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -45,8 +45,8 @@ session: inactivity: 300 # 5 minutes cookies: - domain: docker.localhost # CHANGEME: domain associated with the login subdomain - authelia_url: "https://auth.docker.localhost" # CHANGEME: Set as AUTH_SERVER_HOST - default_redirection_url: "https://docker.localhost" # CHANGEME: Set as desired redirection URL + authelia_url: https://auth.docker.localhost # CHANGEME: Set as AUTH_SERVER_HOST + default_redirection_url: https://docker.localhost # CHANGEME: Set as desired redirection URL redis: host: authelia-redis