feat: 修改 Halo 默认对外暴露端口
This commit is contained in:
parent
922cb78c2f
commit
427877d662
|
|
@ -42,7 +42,7 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
- default: http://localhost:8080
|
- default: http://localhost:8090
|
||||||
edit: true
|
edit: true
|
||||||
envKey: HALO_EXTERNAL_URL
|
envKey: HALO_EXTERNAL_URL
|
||||||
labelEn: External URL
|
labelEn: External URL
|
||||||
|
|
@ -50,7 +50,7 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramHttp
|
rule: paramHttp
|
||||||
type: text
|
type: text
|
||||||
- default: 8080
|
- default: 8090
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue