Remove runtime modules config example

This commit is contained in:
Egor Kislitsyn 2019-12-12 14:37:57 +07:00
parent 1a6e30d32e
commit c6f2735ffa
1 changed files with 0 additions and 6 deletions

View File

@ -834,9 +834,3 @@ config :auto_linker,
## Custom Runtime Modules (`:modules`)
* `runtime_dir`: A path to custom Elixir modules (such as MRF policies).
Example:
```elixir
config :pleroma, :modules, runtime_dir: "/var/lib/pleroma/modules"
```