mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-10 12:55:56 +08:00
23 lines
613 B
YAML
Executable File
23 lines
613 B
YAML
Executable File
additionalProperties:
|
|
formFields:
|
|
- default: rabbitmq
|
|
envKey: RABBITMQ_DEFAULT_USER
|
|
labelEn: RabbitMQ User
|
|
labelZh: 管理员
|
|
required: true
|
|
type: text
|
|
- default: rabbitmq
|
|
envKey: RABBITMQ_DEFAULT_PASS
|
|
labelEn: RabbitMQ User Password
|
|
labelZh: 管理员密码
|
|
required: true
|
|
type: text
|
|
- default: 15672
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|