diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-02 13:03:33 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-02 13:03:33 +0300 |
commit | badd0a96eaa9ff8fca7d25eccd05e8428e132699 (patch) | |
tree | 0c6a441f993935525bc4a706e98c8e36e11e7b10 /docs/configuration | |
parent | ead2d18826cf446fd7da542c55b6601e9bfc001c (diff) | |
parent | ee0c40831efde5054f587ae0e371fffcad1396b7 (diff) | |
download | pleroma-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.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). |