2018-08-26 21:46:15 +00:00
|
|
|
# Configuration
|
|
|
|
|
|
|
|
Authelia is highly configurable thanks to a configuration file.
|
2019-12-05 20:52:04 +00:00
|
|
|
There is a documented template configuration, called
|
|
|
|
[config.template.yml](./config.template.yml), at the root of the
|
|
|
|
repository. All the details are documented there.
|
2018-08-26 21:46:15 +00:00
|
|
|
|
|
|
|
When running **Authelia**, you can specify your configuration file by passing
|
|
|
|
the file path as the first argument of **Authelia**.
|
|
|
|
|
2019-12-05 20:52:04 +00:00
|
|
|
$ authelia -config config.custom.yml
|
2018-08-26 21:46:15 +00:00
|
|
|
|