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

Fixed setting config values via environment values #91

Merged
merged 2 commits into from
Jun 1, 2017

Conversation

spacecowboy
Copy link
Contributor

  • For values which had old hardcoded versions we would always override
    the new kind. If the old variable had no value then we wrote that
    empty value.
  • Now only sets the values conditionally: if no value for the new kind
    of variable exists, and then only if the previous variable has a
    value. And if not, then we write whatever is the default (or nothing).

* For values which had old hardcoded versions we would always override
  the new kind. If the old variable had no value then we wrote that
  empty value.
* Now only sets the values conditionally: if no value for the new kind
  of variable exists, and then only if the previous variable has a
  value. And if not, then we write whatever is the default (or nothing).
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