summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelina Filippova <linakirsanova@gmail.com>2020-05-16 20:39:42 +0300
committerAngelina Filippova <linakirsanova@gmail.com>2020-05-16 20:39:42 +0300
commit4a925b964ac500a7be4b2e8c8bc10ce050c2b2e6 (patch)
tree514021710c72cc773ff82134edf74216373c866e
parente455ca3f3eee74db0b1e60550acf53bea915be3b (diff)
Remove description of the settings that should't be altered
-rw-r--r--config/description.exs27
1 files changed, 0 insertions, 27 deletions
diff --git a/config/description.exs b/config/description.exs
index 36ec3d40a..ff2b3c029 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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,