mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-13 06:40:34 +08:00
17 lines
479 B
YAML
17 lines
479 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40032
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: http://localhost:40032
|
|
edit: true
|
|
envKey: SEARXNG_EXTERNAL_URL
|
|
labelEn: External URL
|
|
labelZh: 外部访问地址
|
|
required: true
|
|
type: text |