projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa492af
)
docs/config.md: Fix syntax, pleroma_fe isn’t an atom
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Wed, 30 Jan 2019 10:51:12 +0000
(11:51 +0100)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Wed, 30 Jan 2019 10:51:12 +0000
(11:51 +0100)
docs/config.md
patch
|
blob
|
history
diff --git
a/docs/config.md
b/docs/config.md
index 5799f003e4f108d2cc1e9d7c9f970b358d3a924e..d100ead10526c8ed8eafb3ff1865de1ea9ad30ec 100644
(file)
--- a/
docs/config.md
+++ b/
docs/config.md
@@
-110,7
+110,7
@@
Frontends can access these settings at `/api/pleroma/frontend_configurations`
To add your own configuration for PleromaFE, use it like this:
-`config :pleroma, :frontend_configurations,
:
pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
+`config :pleroma, :frontend_configurations, pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
These settings need to be complete, they will override the defaults. See `priv/static/static/config.json` for the available keys.