You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ The following tags are provided:
97
97
-`envPrefix`: can be used in a field that is a complex type to set a prefix to all environment variables used in it
98
98
-`envSeparator`: sets the character to be used to separate items in slices and maps (default: `,`)
99
99
-`envKeyValSeparator`: sets the character to be used to separate keys and their values in maps (default: `:`)
100
+
-`envEnableIf`: enables parsing of a field only if the specified environment variable is true. If it is false, the field is ignored. If it is true and the field’s environment variable is missing, an error is returned.
0 commit comments