forked from AkkomaGang/akkoma
Start configuration manager.
This commit is contained in:
parent
9b77030d3c
commit
e6ec01afb6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ def start(_type, _args) 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
|
||||
|
|
Loading…
Reference in a new issue