Use the Pleroma.Config alias
This commit is contained in:
parent
6b14f0c514
commit
d23804f191
12 changed files with 41 additions and 41 deletions
|
|
@ -35,7 +35,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.save_default()
|
||||
Config.Holder.save_default()
|
||||
Pleroma.HTML.compile_scrubbers()
|
||||
Config.DeprecationWarnings.warn()
|
||||
Pleroma.Plugs.HTTPSecurityPlug.warn_if_disabled()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue