habitat
habitat copied to clipboard
Commented lines loaded by habitat.load
I'm seeing keys on the object returned by env.all()
like:
{
'# export DB_HOST': '',
'# export DB_USERNAME': 'root',
'# export DB_PASSWORD': '',
'# export DB_DATABASE': 'local_webmakers',
'# export DBOPTIONS_PORT': 3306,
'# export DBOPTIONS_DIALECT': 'mysql',
'# export DBOPTIONS_STORAGE': 'loginusers.sqlite',
'# export DBOPTIONS_LOGGING': false,
}
Using v3.1.2
If you feel like making at patch + tests, this would probably be the place to start: https://github.com/brianloveswords/habitat/blob/master/index.js#L251