Transmogrifier: Handle accepts with the pipeline
[akkoma] / config / test.exs
index 054fac3559bc50e3d6b2be8ea9d24320fe798fae..413c7f0b91ab2f81937d13c0a0a3b6c6d185aff8 100644 (file)
@@ -111,6 +111,17 @@ config :pleroma, Pleroma.Plugs.RemoteIp, enabled: false
 
 config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: true
 
+config :pleroma, :instances_favicons, enabled: true
+
+config :pleroma, Pleroma.Uploaders.S3,
+  bucket: nil,
+  streaming_enabled: true,
+  public_endpoint: nil
+
+config :tzdata, :autoupdate, :disabled
+
+config :pleroma, :mrf, policies: []
+
 if File.exists?("./config/test.secret.exs") do
   import_config "test.secret.exs"
 else