From d696593d6d6a605039bb397febfee0243c55a94a Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 15 Jan 2023 12:02:38 +1100 Subject: [PATCH] docs: fix incorrect env name (#4768) --- docs/content/en/configuration/methods/files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/configuration/methods/files.md b/docs/content/en/configuration/methods/files.md index 7bda7c9dc..667d38df3 100644 --- a/docs/content/en/configuration/methods/files.md +++ b/docs/content/en/configuration/methods/files.md @@ -150,7 +150,7 @@ filesystem but before parsing their content. These filters are _**NOT**_ covered argument or environment variable will change and usage of these will either break or just not work. The filters are configured as a list of filter names by the `--config.experimental.filters` CLI argument and -`X_AUTHELIA_CONFIG_EXPERIMENTAL_FILTERS` environment variable. We recommend using the environment variable as it ensures +`X_AUTHELIA_CONFIG_FILTERS` environment variable. We recommend using the environment variable as it ensures commands executed from the container use the same filters. If both the CLI argument and environment variable are used the environment variable is completely ignored. @@ -164,7 +164,7 @@ authelia --config config.yml --config.experimental.filters expand-env,template ``` ```text -X_AUTHELIA_CONFIG_EXPERIMENTAL_FILTERS=expand-env,template +X_AUTHELIA_CONFIG_FILTERS=expand-env,template ``` ### Expand Environment Variable Filter