elixir-auth-google
elixir-auth-google copied to clipboard
runtime environment variables support
Fantastic package, thanks a lot!
Would it be possible to support fetching environment variables at runtime via config/runtime.exs
?
Thus replacing Application.get_env/2
with Application.fetch_env/2
.