diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-04-15 18:48:08 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 18:48:08 +1000 | 
| commit | 01cb8780ae3b0be2138a711970cb30377605826d (patch) | |
| tree | bce811cb14c65c42822e66d36ee2f443fe0436a6 /examples | |
| parent | 22e0c0a4243dcb29aadbcbb545ad0c5077064641 (diff) | |
docs: include many fenced titles (#7180)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/compose/local/authelia/configuration.yml | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/compose/local/authelia/configuration.yml b/examples/compose/local/authelia/configuration.yml index f204e1070..6ed50b6d4 100644 --- a/examples/compose/local/authelia/configuration.yml +++ b/examples/compose/local/authelia/configuration.yml @@ -3,8 +3,6 @@  #                   Authelia configuration                    #  ############################################################### -default_redirection_url: 'https://public.example.com' -  server:    address: 'tcp://:9091' @@ -41,6 +39,7 @@ session:        authelia_url: 'https://authelia.example.com'        expiration: '1 hour'  # 1 hour        inactivity: '5 minutes'  # 5 minutes +      default_redirection_url: 'https://public.example.com'  regulation:    max_retries: 3  | 
