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:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
- default: mysql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- label: MariaDB
|
||||
value: mariadb
|
||||
- label: PostgreSQL
|
||||
value: postgres
|
||||
- default: wiki
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
|
Loading…
x
Reference in New Issue
Block a user