X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfig.md;h=d100ead10526c8ed8eafb3ff1865de1ea9ad30ec;hb=6fe01a3234cd182803e5bc9611a0ef14aa0ca737;hp=5799f003e4f108d2cc1e9d7c9f970b358d3a924e;hpb=cfda532d16909fcb0fe65d4ab8faf19029b6f96c;p=akkoma 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.