summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-11-12 05:40:07 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-11-12 05:40:07 +0000
commit7c8618dc9ad589d1e7b335dde85f7e722ce5ff6f (patch)
tree63b033b61aed9870055e98e3dc86db12ac46d492 /config/description.exs
parentceb07772d06be3fb0e8590eed9963cfc29284866 (diff)
parent572751bec7faed871d44a3466cc48b353e0bbb54 (diff)
downloadpleroma-7c8618dc9ad589d1e7b335dde85f7e722ce5ff6f.tar.gz
pleroma-7c8618dc9ad589d1e7b335dde85f7e722ce5ff6f.zip
Merge branch 'no-ducks' into 'develop'
Remove Quack logging backend See merge request pleroma/pleroma!3776
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs39
1 files changed, 0 insertions, 39 deletions
diff --git a/config/description.exs b/config/description.exs
index 3a2a65272..a79cfd967 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1191,45 +1191,6 @@ config :pleroma, :config_description, [
]
},
%{
- group: :quack,
- type: :group,
- label: "Quack Logger",
- description: "Quack-related settings",
- children: [
- %{
- key: :level,
- type: {:dropdown, :atom},
- description: "Log level",
- suggestions: [:debug, :info, :warn, :error]
- },
- %{
- key: :meta,
- type: {:list, :atom},
- description: "Configure which metadata you want to report on",
- suggestions: [
- :application,
- :module,
- :file,
- :function,
- :line,
- :pid,
- :crash_reason,
- :initial_call,
- :registered_name,
- :all,
- :none
- ]
- },
- %{
- key: :webhook_url,
- label: "Webhook URL",
- type: :string,
- description: "Configure the Slack incoming webhook",
- suggestions: ["https://hooks.slack.com/services/YOUR-KEY-HERE"]
- }
- ]
- },
- %{
group: :pleroma,
key: :frontend_configurations,
type: :group,