mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: ""
|
||
|
envKey: PANEL_DB_HOST
|
||
|
key: mysql
|
||
|
labelEn: Database Service
|
||
|
labelZh: 数据库服务
|
||
|
required: true
|
||
|
type: service
|
||
|
- default: word
|
||
|
envKey: PANEL_DB_NAME
|
||
|
labelEn: Database
|
||
|
labelZh: 数据库名
|
||
|
random: true
|
||
|
required: true
|
||
|
rule: paramCommon
|
||
|
type: text
|
||
|
- default: word
|
||
|
envKey: PANEL_DB_USER
|
||
|
labelEn: User
|
||
|
labelZh: 数据库用户
|
||
|
random: true
|
||
|
required: true
|
||
|
rule: paramCommon
|
||
|
type: text
|
||
|
- default: word
|
||
|
envKey: PANEL_DB_USER_PASSWORD
|
||
|
labelEn: Password
|
||
|
labelZh: 数据库用户密码
|
||
|
random: true
|
||
|
required: true
|
||
|
rule: paramComplexity
|
||
|
type: password
|
||
|
- default: 8080
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Port
|
||
|
labelZh: 应用端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|