Skip to content

Commit

Permalink
Updates for Authelia 4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescurtin committed Mar 28, 2024
1 parent 5b5360d commit a98abbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authelia/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a98abbb

Please sign in to comment.