mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 15:47:21 +08:00
60 lines
1.6 KiB
YAML
60 lines
1.6 KiB
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- child:
|
||
|
default: ""
|
||
|
envKey: PANEL_DB_HOST
|
||
|
labelEn: Database Service
|
||
|
labelZh: 数据库服务
|
||
|
required: true
|
||
|
type: service
|
||
|
default: mysql
|
||
|
envKey: WIKI_PLATFORM
|
||
|
labelEn: Database Service
|
||
|
labelZh: 数据库服务
|
||
|
params:
|
||
|
- envKey: WIKI_DB_PORT
|
||
|
key: mysql
|
||
|
type: param
|
||
|
value: "3306"
|
||
|
- envKey: WIKI_DB_PORT
|
||
|
key: postgresql
|
||
|
type: param
|
||
|
value: "5432"
|
||
|
required: true
|
||
|
type: apps
|
||
|
values:
|
||
|
- label: MySQL
|
||
|
value: mysql
|
||
|
- default: wiki
|
||
|
envKey: PANEL_DB_NAME
|
||
|
labelEn: Database
|
||
|
labelZh: 数据库名
|
||
|
random: true
|
||
|
required: true
|
||
|
rule: paramCommon
|
||
|
type: text
|
||
|
- default: wikijs
|
||
|
envKey: PANEL_DB_USER
|
||
|
labelEn: User
|
||
|
labelZh: 数据库用户
|
||
|
random: true
|
||
|
required: true
|
||
|
rule: paramCommon
|
||
|
type: text
|
||
|
- default: wikijsrocks
|
||
|
envKey: PANEL_DB_USER_PASSWORD
|
||
|
labelEn: Password
|
||
|
labelZh: 数据库用户密码
|
||
|
random: true
|
||
|
required: true
|
||
|
rule: paramComplexity
|
||
|
type: password
|
||
|
- default: 3000
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Port
|
||
|
labelZh: 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|