From bbeb0ad0ed581f76b19387200b38fd2349445f66 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Mon, 6 Jun 2022 14:26:31 -0400 Subject: [PATCH] Update src/docs/markdown/caddyfile/concepts.md Co-authored-by: Matt Holt --- src/docs/markdown/caddyfile/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/concepts.md b/src/docs/markdown/caddyfile/concepts.md index 559c4d8..f35092a 100644 --- a/src/docs/markdown/caddyfile/concepts.md +++ b/src/docs/markdown/caddyfile/concepts.md @@ -328,7 +328,7 @@ A default value can be specified for when the environment variable is not found, {$DOMAIN:localhost} ``` -If you want to defer the substitution of an environment variable until runtime, you can use the [standard `{env.*}` placeholders](/docs/conventions#placeholders). Note that not all config parameters support these placeholders though, since module developers need to add a line of code to perform the replacement; placeholder replacement is not automatic and needs to be performed at runtime. If it doesn't seem to work, please file an issue to request support for it. +If you want to defer the substitution of an environment variable until runtime, you can use the [standard `{env.*}` placeholders](/docs/conventions#placeholders). Note that not all config parameters support these placeholders though, since module developers need to add a line of code to perform the replacement. If it doesn't seem to work, please file an issue to request support for it.