Elixir uses a build tool called Mix, which allows you to define static global variables for your project inside a special file called config.exs. A typical config.exs file looks something like this: Inside your application, we then load the variables using a function called Application.get_env()/3. This allows us to access the static variables as we desire. I recently started using Ecto, which use