elixir-toniq / vapor

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

Support other env based files #53

Closed keathley closed 4 years ago

keathley commented 4 years ago

After this change users will be able to specify a .env.test or .env.dev file. These files will be overlayed with the .env file. If a user provides a specific file name then only that file will be loaded.

scrogson commented 4 years ago

👍