Start configuration manager.

This commit is contained in:
lain 2018-09-08 14:01:16 +02:00 committed by William Pitcock
parent 9b77030d3c
commit e6ec01afb6

View file

@ -10,6 +10,7 @@ defmodule Pleroma.Application do
# Define workers and child supervisors to be supervised # Define workers and child supervisors to be supervised
children = children =
[ [
worker(Pleroma.Config, [Application.get_all_env(:pleroma)]),
# Start the Ecto repository # Start the Ecto repository
supervisor(Pleroma.Repo, []), supervisor(Pleroma.Repo, []),
# Start the endpoint when the application starts # Start the endpoint when the application starts