mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-03 12:33:44 +08:00
61218552f1
* Add redash * add ApacheDoris * add ApacheDoris
16 lines
432 B
YAML
16 lines
432 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 8030
|
|
envKey: PANEL_APP_PORT_HTTP_WEB
|
|
labelEn: Port
|
|
labelZh: WEB端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 9030
|
|
envKey: PANEL_APP_PORT_HTTP_query_port
|
|
labelEn: Port
|
|
labelZh: query端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number |