forked from AkkomaGang/akkoma
don't migrate configurable_from_database setting
This commit is contained in:
parent
7d128ca208
commit
eadb674c41
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ defp load_and_create(group) 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