[#2497] Added video preview proxy. Switched from exexec to Port.

This commit is contained in:
Ivan Tashkinov 2020-08-18 18:23:27 +03:00
commit da116d81fb
8 changed files with 41 additions and 89 deletions

View 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"