You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/2withApplication.fetch_env/2.