logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: aa98a100b48cba7bea3c8efd57fe1d3b6b6a176b
parent: cfda532d16909fcb0fe65d4ab8faf19029b6f96c
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Wed, 30 Jan 2019 10:56:53 +0000

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

Diffstat:

Mdocs/config.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.