docs/config.md: Fix syntax, pleroma_fe isn’t an atom

stable
Haelwenn (lanodan) Monnier 6 years ago
parent aa492af6c2
commit 7db517ff06
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE

@ -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.

Loading…
Cancel
Save