Lotechnica

Technical writings by Nathan Shafer

Articles with the elixir tag

Dynamic configuration for Phoenix Endpoints

Update 2024-04-10: This article has been updated with a better Workaround that uses your generated MyappWeb.Endpoint.start_link/1. The original article called directly into Phoenix.Endpoint.Supervisor which was more brittle. In Phoenix 1.7.11, the Endpoint.init/2 callback was deprecated. If you have defined it, then … Read more