feat: 修改 halo 的可编辑字段范围

This commit is contained in:
zhengkunwang223 2023-03-17 10:28:07 +08:00
parent ade02ce4c2
commit 23d6c11f25
2 changed files with 0 additions and 10 deletions

View File

@ -43,7 +43,6 @@
"random": true, "random": true,
"rule": "paramCommon", "rule": "paramCommon",
"envKey": "PANEL_DB_NAME", "envKey": "PANEL_DB_NAME",
"edit": true
}, },
{ {
"type": "text", "type": "text",
@ -54,7 +53,6 @@
"random": true, "random": true,
"rule": "paramCommon", "rule": "paramCommon",
"envKey": "PANEL_DB_USER", "envKey": "PANEL_DB_USER",
"edit": true
}, },
{ {
"type": "password", "type": "password",
@ -65,7 +63,6 @@
"random": true, "random": true,
"rule": "paramComplexity", "rule": "paramComplexity",
"envKey": "PANEL_DB_USER_PASSWORD", "envKey": "PANEL_DB_USER_PASSWORD",
"edit": true
}, },
{ {
"type": "text", "type": "text",
@ -76,7 +73,6 @@
"random": true, "random": true,
"rule": "paramCommon", "rule": "paramCommon",
"envKey": "HALO_ADMIN", "envKey": "HALO_ADMIN",
"edit": true
}, },
{ {
"type": "password", "type": "password",
@ -87,7 +83,6 @@
"random": true, "random": true,
"rule": "paramComplexity", "rule": "paramComplexity",
"envKey": "HALO_ADMIN_PASSWORD", "envKey": "HALO_ADMIN_PASSWORD",
"edit": true
}, },
{ {
"type": "text", "type": "text",

View File

@ -43,7 +43,6 @@
"random": true, "random": true,
"rule": "paramCommon", "rule": "paramCommon",
"envKey": "PANEL_DB_NAME", "envKey": "PANEL_DB_NAME",
"edit": true
}, },
{ {
"type": "text", "type": "text",
@ -54,7 +53,6 @@
"random": true, "random": true,
"rule": "paramCommon", "rule": "paramCommon",
"envKey": "PANEL_DB_USER", "envKey": "PANEL_DB_USER",
"edit": true
}, },
{ {
"type": "password", "type": "password",
@ -65,7 +63,6 @@
"random": true, "random": true,
"rule": "paramComplexity", "rule": "paramComplexity",
"envKey": "PANEL_DB_USER_PASSWORD", "envKey": "PANEL_DB_USER_PASSWORD",
"edit": true
}, },
{ {
"type": "text", "type": "text",
@ -76,7 +73,6 @@
"random": true, "random": true,
"rule": "paramCommon", "rule": "paramCommon",
"envKey": "HALO_ADMIN", "envKey": "HALO_ADMIN",
"edit": true
}, },
{ {
"type": "password", "type": "password",
@ -87,7 +83,6 @@
"random": true, "random": true,
"rule": "paramComplexity", "rule": "paramComplexity",
"envKey": "HALO_ADMIN_PASSWORD", "envKey": "HALO_ADMIN_PASSWORD",
"edit": true
}, },
{ {
"type": "text", "type": "text",