2023-05-18 18:25:00 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- child:
|
|
|
|
default: ""
|
|
|
|
envKey: PANEL_DB_HOST
|
|
|
|
required: true
|
|
|
|
type: service
|
|
|
|
default: mysql
|
2023-09-05 15:25:30 +08:00
|
|
|
envKey: PANEL_DB_TYPE
|
2023-05-18 18:25:00 +08:00
|
|
|
labelEn: Database Service
|
|
|
|
labelZh: 数据库服务
|
|
|
|
required: true
|
|
|
|
type: apps
|
|
|
|
values:
|
|
|
|
- label: MySQL
|
|
|
|
value: mysql
|
2023-09-05 15:25:30 +08:00
|
|
|
- label: MariaDB
|
|
|
|
value: mariadb
|
2024-01-03 11:04:01 +08:00
|
|
|
- label: PostgreSQL
|
|
|
|
value: postgresql
|
2023-05-18 18:25:00 +08:00
|
|
|
- default: halo
|
|
|
|
envKey: PANEL_DB_NAME
|
|
|
|
labelEn: Database
|
|
|
|
labelZh: 数据库名
|
|
|
|
random: true
|
|
|
|
required: true
|
|
|
|
rule: paramCommon
|
|
|
|
type: text
|
|
|
|
- default: halo
|
|
|
|
envKey: PANEL_DB_USER
|
|
|
|
labelEn: User
|
|
|
|
labelZh: 数据库用户
|
|
|
|
random: true
|
|
|
|
required: true
|
|
|
|
rule: paramCommon
|
|
|
|
type: text
|
|
|
|
- default: halo
|
|
|
|
envKey: PANEL_DB_USER_PASSWORD
|
|
|
|
labelEn: Password
|
|
|
|
labelZh: 数据库用户密码
|
|
|
|
random: true
|
|
|
|
required: true
|
|
|
|
rule: paramComplexity
|
|
|
|
type: password
|
2024-06-07 23:02:34 +08:00
|
|
|
- default: http://localhost:8090
|
2023-05-18 18:25:00 +08:00
|
|
|
edit: true
|
|
|
|
envKey: HALO_EXTERNAL_URL
|
|
|
|
labelEn: External URL
|
|
|
|
labelZh: 外部访问地址
|
|
|
|
required: true
|
2024-03-19 14:46:12 +08:00
|
|
|
rule: paramHttp
|
2023-05-18 18:25:00 +08:00
|
|
|
type: text
|
2024-06-07 23:02:34 +08:00
|
|
|
- default: 8090
|
2023-05-18 18:25:00 +08:00
|
|
|
edit: true
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
labelEn: Port
|
|
|
|
labelZh: 端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|