Merge pull request #15423 from SayakMukhopadhyay/fix-15422
fix: environment variable substitution in config doesn't work with boolean values
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/config': patch
|
||||
---
|
||||
|
||||
Adds the ability to coerce values to their boolean representatives.
|
||||
Values such as `"true"` `1` `on` and `y` will become `true` when using `getBoolean` and the opposites `false`.
|
||||
This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.
|
||||
Reference in New Issue
Block a user