Get rid of Pleroma.Config in favor of Application
[akkoma] / lib / pleroma / application.ex
index d4bc8f63de26d59813b506e2ae10b45a9292f795..eedad767507a6b48adc88f9f6c81b0d6ca9cab66 100644 (file)
@@ -10,7 +10,6 @@ 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, []),
         worker(Pleroma.Emoji, []),