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