authelia/docs/content/configuration/methods/introduction.md

1.0 KiB

title description summary date draft images weight toc seo
Methods Methods of Configuration. Authelia has a layered configuration model. This section describes how to implement configuration. 2022-06-15T17:51:47+10:00 false
101100 true
title description canonical noindex
false

Layers

Authelia has several methods of configuration available to it. The order of precedence is as follows:

  1. Secrets
  2. Environment Variables
  3. Files (in order of them being specified)

This order of precedence puts higher weight on things higher in the list. This means anything specified in the files is overridden by environment variables if specified, and anything specified by environment variables is overridden by secrets if specified.