envy icon indicating copy to clipboard operation
envy copied to clipboard

dotenv like easy loading of environment variables in Elixir

Results 11 envy issues
Sort by recently updated
recently updated
newest added

`config/config.exs` loads before `lib/APP_NAME.ex`. How can we have envy read `.env` vars before the `config.exs` file is read? I'm specifically configuring https://github.com/stavro/arc#s3-configuration. Thank you, Blake! :)