style: 设置 mysql redis 的默认密码随机

This commit is contained in:
zhengkunwang223 2022-12-29 17:57:09 +08:00 committed by zhengkunwang223
parent a8b6c85a8f
commit 7ffd8f4578
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
"labelZh": "Root用户密码",
"labelEn": "RootPassword",
"required": true,
"default": "1panel@mysql",
"default": "random",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{

View file

@ -5,7 +5,7 @@
"labelZh": "Root用户密码",
"labelEn": "RootPassword",
"required": true,
"default": "1panel@mysql",
"default": "random",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{

View file

@ -5,7 +5,7 @@
"labelZh": "密码",
"labelEn": "Password",
"required": true,
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
"default": "random",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{

View file

@ -5,7 +5,7 @@
"labelZh": "密码",
"labelEn": "Password",
"required": true,
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
"default": "random",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{