Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / docs / configuration / cheatsheet.md
index ce2a1421069733840044d37c461014b3f813722d..a214b6e2fef85e90991e59ed0b19bedd266d14f4 100644 (file)
@@ -836,3 +836,7 @@ config :auto_linker,
     rel: "ugc"
   ]
 ```
+
+## Custom Runtime Modules (`:modules`)
+
+* `runtime_dir`: A path to custom Elixir modules (such as MRF policies).