Update type of :ip setting in group Gopher

This commit is contained in:
Angelina Filippova 2021-03-27 00:12:17 +03:00
parent 67f7822b17
commit c425f87717

View File

@ -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}]
},