mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 14:40:34 +08:00
feat: Wiki.js 支持选择 PostgreSQL 数据库
This commit is contained in:
parent
5eb4b92f32
commit
82a12e9e69
@ -1,21 +1,23 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- child:
|
- default: mysql
|
||||||
default: ""
|
|
||||||
envKey: PANEL_DB_HOST
|
|
||||||
required: true
|
|
||||||
type: service
|
|
||||||
default: mysql
|
|
||||||
envKey: PANEL_DB_TYPE
|
envKey: PANEL_DB_TYPE
|
||||||
labelEn: Database Service
|
labelEn: Database Service
|
||||||
labelZh: 数据库服务
|
labelZh: 数据库服务
|
||||||
required: true
|
required: true
|
||||||
type: apps
|
type: apps
|
||||||
|
child:
|
||||||
|
default: ""
|
||||||
|
envKey: PANEL_DB_HOST
|
||||||
|
required: true
|
||||||
|
type: service
|
||||||
values:
|
values:
|
||||||
- label: MySQL
|
- label: MySQL
|
||||||
value: mysql
|
value: mysql
|
||||||
- label: MariaDB
|
- label: MariaDB
|
||||||
value: mariadb
|
value: mariadb
|
||||||
|
- label: PostgreSQL
|
||||||
|
value: postgres
|
||||||
- default: wiki
|
- default: wiki
|
||||||
envKey: PANEL_DB_NAME
|
envKey: PANEL_DB_NAME
|
||||||
labelEn: Database
|
labelEn: Database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user