Browse Source

Remove description of the settings that should't be altered

bugfix/non-ap_enabled-direct_follow
Angelina Filippova 4 years ago
parent
commit
4a925b964a
1 changed files with 0 additions and 27 deletions
  1. +0
    -27
      config/description.exs

+ 0
- 27
config/description.exs View File

@@ -680,15 +680,6 @@ config :pleroma, :config_description, [
]
},
%{
key: :federation_publisher_modules,
type: {:list, :module},
description:
"List of modules for federation publishing. Module names are shortened (removed leading `Pleroma.Web.` part), but on adding custom module you need to use full name.",
suggestions: [
Pleroma.Web.ActivityPub.Publisher
]
},
%{
key: :allow_relay,
type: :boolean,
description: "Enable Pleroma's Relay, which makes it possible to follow a whole instance"
@@ -1859,12 +1850,6 @@ config :pleroma, :config_description, [
""",
children: [
%{
key: :repo,
type: :module,
description: "Application's Ecto repo",
suggestions: [Pleroma.Repo]
},
%{
key: :verbose,
type: {:dropdown, :atom},
description: "Logs verbose mode",
@@ -2639,18 +2624,6 @@ config :pleroma, :config_description, [
]
},
%{
group: :http_signatures,
type: :group,
description: "HTTP Signatures settings",
children: [
%{
key: :adapter,
type: :module,
suggestions: [Pleroma.Signature]
}
]
},
%{
group: :pleroma,
key: :http,
type: :group,


Loading…
Cancel
Save