fix: adjust config to work with 4.30.x
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-08-05 21:54:59 +02:00
parent e9290c6c84
commit 1e9cc013a4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
authelia_version: 4.29.4
authelia_version: 4.30.1
authelia_user: "authelia_adm"
authelia_user_home: "/home/{{ authelia_user }}"
authelia_group: "{{ authelia_user }}"

View File

@ -1,17 +1,17 @@
#jinja2: lstrip_blocks: True
{{ ansible_managed | comment }}
host: {{ authelia_bind_ip }}
port: {{ authelia_bind_port }}
theme: {{ authelia_theme }}
server:
host: {{ authelia_bind_ip }}
port: {{ authelia_bind_port }}
read_buffer_size: 4096
write_buffer_size: 4096
path: ""
log_level: {{ authelia_log_level }}
log:
level: {{ authelia_log_level }}
jwt_secret: {{ authelia_jwt_secret }}
{% if authelia_default_redirection_url is defined %}