[#2497] Added video preview proxy. Switched from exexec to Port.
[akkoma] / config / config.exs
index ab4508ccf8a8db767866253767f9c540f03b03c3..029f8ec204af6e556822e8233ad56dd6dc214157 100644 (file)
@@ -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"