diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-01-30 10:56:53 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-01-30 10:56:53 +0000 |
commit | aa98a100b48cba7bea3c8efd57fe1d3b6b6a176b (patch) | |
tree | b5fc1492ccb30d717e7db8a52d01fa27da22a7bd | |
parent | cfda532d16909fcb0fe65d4ab8faf19029b6f96c (diff) | |
parent | 7db517ff06dcf5f9a1ebfa822c98d2d1591930e8 (diff) | |
download | pleroma-aa98a100b48cba7bea3c8efd57fe1d3b6b6a176b.tar.gz |
Merge branch 'docs/fix-frontend_config' into 'develop'
docs/config.md: Fix syntax, pleroma_fe isn’t an atom
See merge request pleroma/pleroma!738
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 5799f003e..d100ead10 100644 --- 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. |