Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet committed Oct 8, 2017
1 parent 38be042 commit c65c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -99,7 +99,7 @@ Available Config Options:
- `int` (type: *bool*, default: *true*): parse digits into integer (value consists of only numbers).
- `float` (type: *bool*, default: *true*): parse decimals into integer (value consists of only numbers with decimal point).
- `bool` (type: *bool*, default: *true*): parse if string equals to *'true'* or *'false'*.
- `ignoreInvalidJSON` (type: *bool*, default: *true*): throws exception when value is not a valid JSON input (parse.object or parse.array options must be set to true).
- `ignoreInvalidJSON` (type: *bool*, default: *true*): if set to false, throws exception when value is not a valid JSON input (parse.object or parse.array options must be set to true).
- `filter` (type: *null*|*function*, default: *null*): filters environment variables (overrides prefix rule).
1. `null`, don't filter varaibles.
1. `fn(envVarName, index)`, custom filter function (*envVarName* will be provided without any transformation).
Expand Down

0 comments on commit c65c779

Please sign in to comment.