Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add feature for ignoring environment variables #65

Merged
merged 1 commit into from
Jan 17, 2017

Conversation

grawk
Copy link
Member

@grawk grawk commented Dec 23, 2016

Per: krakenjs/kraken-js#470

Processing all environment variables can result in a shortstop handler (such as file) throwing an error when there was no intention of engaging said handler. As in the issue above, the npm local_modules feature uses the file: prefix. The shortstop-handler file will throw an EISDIR error.

With this PR, there would be the ability to pass in an array of environment properties that confit should completely ignore.

@grawk grawk merged commit f28d39f into krakenjs:2.x Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants