mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-22 19:31:16 +08:00
feat: emlog 支持 MariaDB 数据库
This commit is contained in:
parent
0870a0dec8
commit
2d783a08be
@ -1,12 +1,21 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: ""
|
- child:
|
||||||
envKey: PANEL_DB_HOST
|
default: ""
|
||||||
key: mysql
|
envKey: PANEL_DB_HOST
|
||||||
|
required: true
|
||||||
|
type: service
|
||||||
|
default: mysql
|
||||||
|
envKey: PANEL_DB_TYPE
|
||||||
labelEn: Database Service
|
labelEn: Database Service
|
||||||
labelZh: 数据库服务
|
labelZh: 数据库服务
|
||||||
required: true
|
required: true
|
||||||
type: service
|
type: apps
|
||||||
|
values:
|
||||||
|
- label: MySQL
|
||||||
|
value: mysql
|
||||||
|
- label: MariaDB
|
||||||
|
value: mariadb
|
||||||
- default: emlog
|
- default: emlog
|
||||||
envKey: PANEL_DB_NAME
|
envKey: PANEL_DB_NAME
|
||||||
labelEn: Database
|
labelEn: Database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user