diff options
author | lain <lain@soykaf.club> | 2020-05-17 07:48:52 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-17 07:48:52 +0000 |
commit | 64b3d81e50122aae8295ff554939566fae94b97b (patch) | |
tree | 863465d306d1ef5a5a4c24933f040c9002306033 | |
parent | 21c85a106cc69b9eb0996f2bb39b912da8a330ff (diff) | |
parent | 4a925b964ac500a7be4b2e8c8bc10ce050c2b2e6 (diff) | |
download | pleroma-64b3d81e50122aae8295ff554939566fae94b97b.tar.gz |
Merge branch 'feature/remove-settings-that-shouldnt-be-altered' into 'develop'
Remove settings that shouldn't be altered
Closes admin-fe#110
See merge request pleroma/pleroma!2540
-rw-r--r-- | config/description.exs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/config/description.exs b/config/description.exs index a800d7823..324cae8cf 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" @@ -1903,12 +1894,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", @@ -2683,18 +2668,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, |