aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-01-02 13:03:33 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-01-02 13:03:33 +0300
commitbadd0a96eaa9ff8fca7d25eccd05e8428e132699 (patch)
tree0c6a441f993935525bc4a706e98c8e36e11e7b10 /docs/configuration
parentead2d18826cf446fd7da542c55b6601e9bfc001c (diff)
parentee0c40831efde5054f587ae0e371fffcad1396b7 (diff)
downloadpleroma-badd0a96eaa9ff8fca7d25eccd05e8428e132699.tar.gz
Merge remote-tracking branch 'remotes/origin/develop' into oauth-scopes-tweaks-and-tests
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md4
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).