Runtime configured router
[akkoma] / lib / pleroma / application.ex
index a6b921b4507d5e5489fb34f7158561e18139a323..f30fcd1e4cc3b0b4049e477203f66d976676f9cf 100644 (file)
@@ -10,6 +10,7 @@ defmodule Pleroma.Application do
     # Define workers and child supervisors to be supervised
     children =
       [
+        worker(Pleroma.Config, [Application.get_all_env(:pleroma)]),
         # Start the Ecto repository
         supervisor(Pleroma.Repo, []),
         # Start the endpoint when the application starts