mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-24 10:41:42 +08:00
feat: 修改 halo 的可编辑字段范围
This commit is contained in:
parent
5a3b9e8ac9
commit
25f84da1d2
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user