using Pleroma.Config instead of ets
This commit is contained in:
parent
193d67cde5
commit
fce090c1de
2 changed files with 8 additions and 13 deletions
|
|
@ -31,7 +31,7 @@ defmodule Pleroma.Application do
|
|||
# See http://elixir-lang.org/docs/stable/elixir/Application.html
|
||||
# for more information on OTP Applications
|
||||
def start(_type, _args) do
|
||||
Pleroma.Config.Holder.to_ets()
|
||||
Pleroma.Config.Holder.save_default()
|
||||
Pleroma.HTML.compile_scrubbers()
|
||||
Pleroma.Config.DeprecationWarnings.warn()
|
||||
Pleroma.Plugs.HTTPSecurityPlug.warn_if_disabled()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue