thesimj / envyaml

Simple YAML configuration file parser
MIT License
78 stars 21 forks source link

Map default value if value is not present in environment #2

Closed sfahad1414 closed 4 years ago

sfahad1414 commented 4 years ago

Is envyaml support default value

Example database:

If $DATABASE_HOST is not found in environment then default value is localhost is assigned

thesimj commented 3 years ago

this feature are implemented in recent version v1 and i use | as delimiter