添加配置的yml提示

This commit is contained in:
b2baccline
2021-02-19 17:21:52 +08:00
parent c2710195fa
commit a0dc99ac03

View File

@@ -0,0 +1,15 @@
{
"properties": [
{
"name": "ballcat.login.captcha.enabled",
"type": "java.lang.Boolean",
"description": "是否开启登录验证码.",
"defaultValue": true
},
{
"name": "ballcat.password.secret-key",
"type": "java.lang.String",
"description": "密码加解密密钥."
}
]
}