Merge branch 'develop' into activation-meta
[akkoma] / docs / configuration / storing_remote_media.md
index 7e91fe7d9a199e9c7002af87f336a3860c77a36e..c01985d25d72e70dd1a0f1821eca660f1dbb54ba 100644 (file)
@@ -33,6 +33,6 @@ as soon as the post is received by your instance.
 Add to your `prod.secret.exs`:
 
 ```
-config :pleroma, :instance,
-  rewrite_policy: [Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy]
+config :pleroma, :mrf,
+  policies: [Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy]
 ```