Update type of :ip setting in group Gopher
This commit is contained in:
parent
67f7822b17
commit
c425f87717
@ -1645,7 +1645,7 @@ config :pleroma, :config_description, [
|
|||||||
%{
|
%{
|
||||||
key: :ip,
|
key: :ip,
|
||||||
label: "IP",
|
label: "IP",
|
||||||
type: :tuple,
|
type: {:tuple, :ip},
|
||||||
description: "IP address to bind to",
|
description: "IP address to bind to",
|
||||||
suggestions: [{0, 0, 0, 0}]
|
suggestions: [{0, 0, 0, 0}]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user