mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 14:56:58 +08:00
feat: 修改 halo 的可编辑字段范围
This commit is contained in:
parent
ade02ce4c2
commit
23d6c11f25
@ -43,7 +43,6 @@
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "PANEL_DB_NAME",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@ -54,7 +53,6 @@
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "PANEL_DB_USER",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
@ -65,7 +63,6 @@
|
||||
"random": true,
|
||||
"rule": "paramComplexity",
|
||||
"envKey": "PANEL_DB_USER_PASSWORD",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@ -76,7 +73,6 @@
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "HALO_ADMIN",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
@ -87,7 +83,6 @@
|
||||
"random": true,
|
||||
"rule": "paramComplexity",
|
||||
"envKey": "HALO_ADMIN_PASSWORD",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
@ -43,7 +43,6 @@
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "PANEL_DB_NAME",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@ -54,7 +53,6 @@
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "PANEL_DB_USER",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
@ -65,7 +63,6 @@
|
||||
"random": true,
|
||||
"rule": "paramComplexity",
|
||||
"envKey": "PANEL_DB_USER_PASSWORD",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@ -76,7 +73,6 @@
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "HALO_ADMIN",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
@ -87,7 +83,6 @@
|
||||
"random": true,
|
||||
"rule": "paramComplexity",
|
||||
"envKey": "HALO_ADMIN_PASSWORD",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
Loading…
Reference in New Issue
Block a user