zorn / flick

WIP. A simple Elixir / Phoenix LiveView app to help capture ranked votes.
https://flick-ysjm.onrender.com
MIT License
3 stars 0 forks source link

fix: remove compile warning related to environment variable mismatch during build and runtime #61

Closed zorn closed 3 weeks ago

zorn commented 3 weeks ago

Fixes #56

Update how we configure :basic_auth, ensuring we look for environment variables during compile time, allowing them to match the runtime configuration and thus making Application.compile_env/3 happy.