[#2497] Customized `exexec` launch to support root operation (currently required...
[akkoma] / config / config.exs
index 838508c1b446339da65d66d4b98daf83b27fad54..d1440b7bfbd32171b88a8951a6d2c6de82ff602c 100644 (file)
@@ -681,6 +681,10 @@ config :pleroma, :restrict_unauthenticated,
 
 config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
 
+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"