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 98f01b0 commit 5483b9d
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

Check warning on line 47 in authelia/configuration.yml

View workflow job for this annotation

GitHub Actions / Run yaml linting

47:85 [line-length] line too long (85 > 84 characters)
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

Check warning on line 48 in authelia/configuration.yml

View workflow job for this annotation

GitHub Actions / Run yaml linting

48:85 [line-length] line too long (85 > 84 characters)
default_redirection_url: https://docker.localhost # CHANGEME: Set as desired redirection URL

Check warning on line 49 in authelia/configuration.yml

View workflow job for this annotation

GitHub Actions / Run yaml linting

49:85 [line-length] line too long (98 > 84 characters)

redis:
host: authelia-redis
Expand Down

0 comments on commit 5483b9d

Please sign in to comment.