Update .changeset/happy-crabs-punch.md

Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Patrik Oldsberg
2021-01-25 09:39:22 +01:00
committed by GitHub
parent b2e5c844f7
commit 26f41ef21d
+1 -1
View File
@@ -2,7 +2,7 @@
'@backstage/config-loader': patch
---
Added support for environment variable substitutions in string configuration values using a `${VAR}` placeholder. All environment variables much be available, or the entire expression will be evaluated to `undefined`. To escape a substitution, use `$${...}`, which will end up as `${...}`.
Added support for environment variable substitutions in string configuration values using a `${VAR}` placeholder. All environment variables must be available, or the entire expression will be evaluated to `undefined`. To escape a substitution, use `$${...}`, which will end up as `${...}`.
For example: