2020-02-29 00:43:59 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Configuration
|
|
|
|
nav_order: 4
|
|
|
|
has_children: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
|
|
|
Authelia uses a YAML file as configuration file. A template with all possible
|
2020-03-01 05:58:26 +00:00
|
|
|
options can be found [here](https://github.com/authelia/authelia/blob/master/config.template.yml), at the root of the repository.
|
2020-02-29 00:43:59 +00:00
|
|
|
|
|
|
|
When running **Authelia**, you can specify your configuration by passing
|
|
|
|
the file path as shown below.
|
|
|
|
|
|
|
|
$ authelia --config config.custom.yml
|