Handling configuration variables in Elixir
We have some environmental variables in almost every Elixir application. They change the behavior of the system. They even allow you to reduce variables hard-coded somewhere in the depths of the code.
Check how to handle it better: https://bartoszgorka.com/handling-configuration-variables-in-elixir
Read next ThinkingElixir 035: X-Plane's Elixir MMO with Tyler Young