mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-12 09:34:58 +08:00
style: 设置 mysql redis 的默认密码随机
This commit is contained in:
parent
a8b6c85a8f
commit
7ffd8f4578
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
"labelZh": "Root用户密码",
|
||||
"labelEn": "RootPassword",
|
||||
"required": true,
|
||||
"default": "1panel@mysql",
|
||||
"default": "random",
|
||||
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"labelZh": "Root用户密码",
|
||||
"labelEn": "RootPassword",
|
||||
"required": true,
|
||||
"default": "1panel@mysql",
|
||||
"default": "random",
|
||||
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"labelZh": "密码",
|
||||
"labelEn": "Password",
|
||||
"required": true,
|
||||
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
|
||||
"default": "random",
|
||||
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"labelZh": "密码",
|
||||
"labelEn": "Password",
|
||||
"required": true,
|
||||
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
|
||||
"default": "random",
|
||||
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue