diff options
author | rinpatch <rinpatch@sdf.org> | 2019-12-21 11:56:24 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-21 11:56:24 +0000 |
commit | c51e93978ea2aa0f2d5bcc43bf7c925b2590eece (patch) | |
tree | a914a0129fcd6e42c2317254cec7411ec5045696 /docs/configuration/cheatsheet.md | |
parent | 7447c80e33a7d54c3d9f03f5c0be3fb738f1318b (diff) | |
parent | b9a87b1baa0650bfb4b699054304daae585a0e9a (diff) | |
download | pleroma-c51e93978ea2aa0f2d5bcc43bf7c925b2590eece.tar.gz |
Merge branch 'feature/custom-runtime-modules' into 'develop'
Add support for custom modules at runtime
Closes #1448
See merge request pleroma/pleroma!2039
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index ce2a14210..a214b6e2f 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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). |