Skip to content

Commit a7872e5

Browse files
committed
[configuration] Clarify that the boolean value environment variable guidance is not applicable to other configuration interfaces
1 parent e9e1665 commit a7872e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification/configuration/sdk-environment-variables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ empty, or unset is used, a warning SHOULD be logged to inform users about the
7575
fallback to false being applied. All Boolean environment variables SHOULD be
7676
named and defined such that false is the expected safe default behavior.
7777
Renaming or changing the default value MUST NOT happen without a major version
78-
upgrade.
78+
upgrade. The guidance on this paragraph is only applicable to environment
79+
variables and not to other configuration interfaces such as the declarative
80+
configuration interface.
7981

8082
### Numeric
8183

0 commit comments

Comments
 (0)