diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-01-30 11:51:12 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-01-30 11:51:12 +0100 |
commit | 7db517ff06dcf5f9a1ebfa822c98d2d1591930e8 (patch) | |
tree | b5fc1492ccb30d717e7db8a52d01fa27da22a7bd /docs | |
parent | aa492af6c26fb7505d36c80f9ff2fac6d7c38b61 (diff) | |
download | pleroma-7db517ff06dcf5f9a1ebfa822c98d2d1591930e8.tar.gz |
docs/config.md: Fix syntax, pleroma_fe isn’t an atom
Diffstat (limited to 'docs')
-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. |