From 127c8015a20cf63ef092cd4c21c78f80a08a0819 Mon Sep 17 00:00:00 2001 From: Val <8445610+valmack@users.noreply.github.com> Date: Mon, 4 Jan 2021 10:58:42 -0500 Subject: [PATCH] Include instruction to enable variable expansion --- docs/sources/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index 6beaa09c024ef..3aadceec64974 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -69,7 +69,7 @@ non-list parameters the value is set to the specified default. > **Note:** This feature is only available in Loki 2.1+. You can use environment variable references in the configuration file to set values that need to be configurable during deployment. -To do this, use: +To do this, pass `-config.expand-env=true` and use: ``` ${VAR}