Start configuration manager.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user