diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-12 14:37:57 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-12 14:37:57 +0700 |
commit | c6f2735ffa1db7871bcb56c00b6d19e4de346d18 (patch) | |
tree | 71f884ea20f4bec507a8488d83464c084df465f3 | |
parent | 1a6e30d32ef17e5791de404e5cebb37844264dcb (diff) | |
download | pleroma-c6f2735ffa1db7871bcb56c00b6d19e4de346d18.tar.gz |
Remove runtime modules config example
-rw-r--r-- | docs/configuration/cheatsheet.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 743c188bb..b3a13833c 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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" -``` |