aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index 1708d8032..0ac447cc8 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -3325,7 +3325,8 @@ config :pleroma, :config_description, [
},
%{
key: :auth,
- type: [:tuple, :boolean],
+ type: [:tuple_of_three, :boolean],
+ placeholders: [":basic", "username", "password"],
description: "Enables HTTP Basic Auth for app metrics endpoint.",
suggestion: [false, {:basic, "myusername", "mypassword"}]
},