mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 13:25:40 +00:00
set minimum port above 1024 for server modules
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"port": {
|
"port": {
|
||||||
"title": "Port",
|
"title": "Port",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1024,
|
||||||
"maximum": 65535
|
"maximum": 65535
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
"port": {
|
"port": {
|
||||||
"title": "Port",
|
"title": "Port",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1024,
|
||||||
"maximum": 65535,
|
"maximum": 65535,
|
||||||
"default": 4222
|
"default": 4222
|
||||||
}
|
}
|
||||||
@@ -305,7 +305,7 @@
|
|||||||
"port": {
|
"port": {
|
||||||
"title": "Port",
|
"title": "Port",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1024,
|
||||||
"maximum": 65535,
|
"maximum": 65535,
|
||||||
"default": 5060
|
"default": 5060
|
||||||
},
|
},
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
"port": {
|
"port": {
|
||||||
"title": "Port",
|
"title": "Port",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1024,
|
||||||
"maximum": 65535,
|
"maximum": 65535,
|
||||||
"default": 5060
|
"default": 5060
|
||||||
},
|
},
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
"port": {
|
"port": {
|
||||||
"title": "Port",
|
"title": "Port",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1024,
|
||||||
"maximum": 65535
|
"maximum": 65535
|
||||||
},
|
},
|
||||||
"framing": {
|
"framing": {
|
||||||
@@ -507,7 +507,7 @@
|
|||||||
"port": {
|
"port": {
|
||||||
"title": "Port",
|
"title": "Port",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1024,
|
||||||
"maximum": 65535
|
"maximum": 65535
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -540,7 +540,7 @@
|
|||||||
"port": {
|
"port": {
|
||||||
"title": "Port",
|
"title": "Port",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1024,
|
||||||
"maximum": 65535
|
"maximum": 65535
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user