mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
25 lines
544 B
YAML
25 lines
544 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 8061
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelZh: WebUI 端口
|
|
labelEn: WebUI port
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ""
|
|
edit: true
|
|
envKey: HTTP_PROXY
|
|
labelZh: HTTP 代理
|
|
labelEn: HTTP Proxy
|
|
required: false
|
|
type: text
|
|
- default: 4
|
|
edit: true
|
|
envKey: MAX_REDIRECTS
|
|
labelZh: 最大重定向次数
|
|
labelEn: Max Redirects
|
|
required: false
|
|
type: number
|