Pleroma/lib/mix/tasks
rinpatch bc597d888c Mix Tasks: Switch to Application.ensure_all_started instead of
Mix.Task.run and ensure serve_endpoints is set to false

In release environments there is no Mix.Task.run and serve_endpoints
must be set to true for the endpoints to start, so we need to ensure it
is set to false before starting Pleroma for executing a mix task.
2019-06-07 12:37:20 +03:00
..
pleroma Mix Tasks: Switch to Application.ensure_all_started instead of 2019-06-07 12:37:20 +03:00
benchmark.ex Update benchmark mix task 2019-06-05 16:37:43 +07:00