docs/config.md: Fix typo, provide an example key with camelCase and where to find more

[ci skip]
This commit is contained in:
Haelwenn (lanodan) Monnier 2019-01-30 11:33:06 +01:00
parent 97694eb451
commit aa492af6c2
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 2 additions and 2 deletions

View File

@ -110,9 +110,9 @@ 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, %{theme: "my-theme", ...}`
`config :pleroma, :frontend_configurations, :pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
These settings need to be complete, they will overide the defaults.
These settings need to be complete, they will override the defaults. See `priv/static/static/config.json` for the available keys.
## :fe
__THIS IS DEPRECATED__