projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6e30d
)
Remove runtime modules config example
author
Egor Kislitsyn
<egor@kislitsyn.com>
Thu, 12 Dec 2019 07:37:57 +0000
(14:37 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Thu, 12 Dec 2019 07:37:57 +0000
(14:37 +0700)
docs/configuration/cheatsheet.md
patch
|
blob
|
history
diff --git
a/docs/configuration/cheatsheet.md
b/docs/configuration/cheatsheet.md
index 743c188bb91e72b437e80f252d5b7b9a93a2a87e..b3a13833c2b7fb8d4a2da4f3a5dadd463473f044 100644
(file)
--- 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"
-```