Start configuration manager.
authorlain <lain@soykaf.club>
Sat, 8 Sep 2018 12:01:16 +0000 (14:01 +0200)
committerWilliam Pitcock <nenolod@dereferenced.org>
Thu, 1 Nov 2018 09:01:24 +0000 (09:01 +0000)
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