feat: 放开部分应用修改端口
This commit is contained in:
parent
c9cd4f9f6a
commit
c8aeead7b7
|
|
@ -8,6 +8,7 @@ additionalProperties:
|
|||
rule: paramPort
|
||||
type: number
|
||||
- default: 18123
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: API 端口
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ additionalProperties:
|
|||
required: true
|
||||
type: text
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 5000
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ additionalProperties:
|
|||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口,建议填写 8080,然后在【网站】管理中安装 OpenResty,创建网站关联emlog应用,暴露80、443端口
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ additionalProperties:
|
|||
required: true
|
||||
type: text
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ additionalProperties:
|
|||
rule: paramCommon
|
||||
type: password
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Port
|
||||
labelZh: Web 端口
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 9092
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: TCP 端口
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ additionalProperties:
|
|||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 3306
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 38321
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 应用端口
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8089
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ additionalProperties:
|
|||
required: true
|
||||
type: text
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
|
|
|
|||
Loading…
Reference in New Issue