diff --git a/config/description.exs b/config/description.exs index 0a7589616..e72f71311 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1645,7 +1645,7 @@ config :pleroma, :config_description, [ %{ key: :ip, label: "IP", - type: :tuple, + type: {:tuple, :ip}, description: "IP address to bind to", suggestions: [{0, 0, 0, 0}] },