From e544d06bb9cb07bd7fda0c8ca584c2939f5e97f9 Mon Sep 17 00:00:00 2001 From: xFuture603 Date: Thu, 31 Jul 2025 22:26:24 +0200 Subject: [PATCH] chore: unified comments indentation --- .../docker/idp-authelia-traefik/authelia/configuration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml b/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml index af70b6b8..11785058 100644 --- a/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml +++ b/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml @@ -29,11 +29,11 @@ session: secret: unsecure_session_secret cookies: - name: authelia_session - domain: example.com # Root protected domain + domain: example.com # Root protected domain default_redirection_url: https://fs.example.com authelia_url: https://authelia.example.com/ - expiration: 3600 # 1 hour - inactivity: 300 # 5 minutes + expiration: 3600 # 1 hour + inactivity: 300 # 5 minutes redis: host: valkey