Runtime Configuration in Elixir Apps (opens in new tab)
From keathley.github.io: I gave a talk last year about how to properly boot elixir applications. In the talk, I showed how to load configuration values into an ETS table on boot, and this was the same pattern that I used initially in Vapor. I now think that this is a bad idea.
Read the original article