X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=config%2Fconfig.exs;h=029f8ec204af6e556822e8233ad56dd6dc214157;hb=da116d81fb0028913c2a0f30ac35532fb500e8fc;hp=ab4508ccf8a8db767866253767f9c540f03b03c3;hpb=27e7999a151d8068ec503c9a25aff352f4d31068;p=akkoma diff --git a/config/config.exs b/config/config.exs index ab4508ccf..029f8ec20 100644 --- a/config/config.exs +++ b/config/config.exs @@ -761,10 +761,6 @@ config :floki, :html_parser, Floki.HTMLParser.FastHtml config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator -config :pleroma, :exexec, - root_mode: false, - options: %{} - # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs"