summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-02-06 12:01:11 -0600
committerMark Felder <feld@feld.me>2021-02-06 12:01:11 -0600
commitcfc474c5f7e29238132948d1858e4ed0d88bb062 (patch)
treebe5143ca9904eaa46bd5e5dcdb2f0964081a2851 /config
parent6ffe15cc9feadecf5e6756cb3db3240fa9eb63c2 (diff)
There is no reason to expose these Local adapter settings either.
Diffstat (limited to 'config')
-rw-r--r--config/description.exs20
1 files changed, 0 insertions, 20 deletions
diff --git a/config/description.exs b/config/description.exs
index 8922a3626..8a4410723 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -435,26 +435,6 @@ config :pleroma, :config_description, [
]
},
%{
- group: :swoosh,
- type: :group,
- description: "`Swoosh.Adapters.Local` adapter specific settings",
- children: [
- %{
- group: {:subgroup, Swoosh.Adapters.Local},
- key: :serve_mailbox,
- type: :boolean,
- description: "Run the preview server together as part of your app"
- },
- %{
- group: {:subgroup, Swoosh.Adapters.Local},
- key: :preview_port,
- type: :integer,
- description: "The preview server port",
- suggestions: [4001]
- }
- ]
- },
- %{
group: :pleroma,
key: :uri_schemes,
label: "URI Schemes",