I came across [this section in the Library Guidelines guide](https://hexdocs.pm/elixir/library-guidelines.html#avoid-application-configuration) that encourages libraries to avoid the application environment. Can we refactor this to not configure in `config.exs`?
I came across this section in the Library Guidelines guide that encourages libraries to avoid the application environment. Can we refactor this to not configure in
config.exs?