mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
don't migrate configurable_from_database setting
This commit is contained in:
parent
7d128ca208
commit
eadb674c41
|
@ -76,7 +76,8 @@ defmodule Mix.Tasks.Pleroma.Config do
|
|||
group
|
||||
|> Application.get_all_env()
|
||||
|> Enum.reject(fn {k, _v} ->
|
||||
k in [Pleroma.Repo, :env] or (group == :phoenix and k == :serve_endpoints)
|
||||
k in [Pleroma.Repo, :env, :configurable_from_database] or
|
||||
(group == :phoenix and k == :serve_endpoints)
|
||||
end)
|
||||
|> Enum.each(fn {key, value} ->
|
||||
key = inspect(key)
|
||||
|
|
Loading…
Reference in a new issue