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
1 changed files with 1 additions and 0 deletions

View 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