😚添加密码随机
This commit is contained in:
parent
0721bab031
commit
833c05f830
|
|
@ -40,6 +40,7 @@ additionalProperties:
|
||||||
zh: 数据库名
|
zh: 数据库名
|
||||||
zh-Hant: 數據庫名
|
zh-Hant: 數據庫名
|
||||||
required: true
|
required: true
|
||||||
|
random: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
|
||||||
|
|
@ -57,6 +58,7 @@ additionalProperties:
|
||||||
zh: 数据库用户
|
zh: 数据库用户
|
||||||
zh-Hant: 數據庫用戶
|
zh-Hant: 數據庫用戶
|
||||||
required: true
|
required: true
|
||||||
|
random: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
|
||||||
|
|
@ -74,6 +76,7 @@ additionalProperties:
|
||||||
zh: 数据库密码
|
zh: 数据库密码
|
||||||
zh-Hant: 數據庫密碼
|
zh-Hant: 數據庫密碼
|
||||||
required: true
|
required: true
|
||||||
|
random: true
|
||||||
type: password
|
type: password
|
||||||
|
|
||||||
- default: 3306
|
- default: 3306
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue