elixir-toniq / vapor

Runtime configuration system for Elixir
MIT License
592 stars 36 forks source link

Fix splitting env vars when value contains "=" #55

Closed coop closed 4 years ago

coop commented 4 years ago

In my experience it is common for autogenerated passwords and tokens to contain equals signs so they should be acceptable values.

I wasn't sure if you'd want this as a separate test or not so I put it under the existing "malformed data" test. I can updated if you'd like.

Thanks for the library!

keathley commented 4 years ago

Looks great thanks! 👍