1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-25 16:29:39 +08:00

feat: Wiki.js 支持选择 PostgreSQL 数据库

This commit is contained in:
wanghe-fit2cloud 2024-01-22 11:51:20 +08:00
parent bd037adc70
commit dbe989dd0d

View File

@ -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