mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 18:51:58 +08:00
17 lines
414 B
YAML
17 lines
414 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 8080
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Port
|
||
|
labelZh: 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default:
|
||
|
envKey: KAFKA_BROKERS
|
||
|
labelEn: Kafka Brokers
|
||
|
labelZh: Kafka 地址
|
||
|
required: true
|
||
|
rule: paramExtUrl
|
||
|
type: text
|