Optional allowOptional allowShould orphan keys be allowed (line 24) or parsed as empty variables. Defaults to false.
Optional environmentThe environment specific environment file to be loaded, if a folder is processed.
Optional ignoreShould the casing of special literals
(e.g. true, false, null, undefined, NaN) be ignored.
Defaults to true.
Optional interpolationShould string interpolation evaluated for other environment variables or handled as literal strings. Defaults to true.
Optional normalizeShould the environment variable names be normalized, and a normalized version be appended to the set of environment variables. Normalized names should be uppercase and instead of white space contain underscore.
Optional overwriteShould the existing environment variable values be overwritten. Defaults to false.
Optional parseShould special literals be parsed as their JS values
(e.g. true, false, null, undefined, NaN)
or parsed as strings. Defaults to true.
Optional parseShould number literals be parsed as numbers or parsed as strings. Defaults to true.
Should empty variables (without a values set) be allowed. Defaults to true.