RuoYi-Vue-MongoDB/sql/sys_config.json
2022-07-23 12:54:20 +08:00

64 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"RECORDS": [
{
"config_id": 1,
"config_name": "主框架页-默认皮肤样式名称",
"config_key": "sys.index.skinName",
"config_value": "skin-blue",
"config_type": "Y",
"create_by": "admin",
"create_time": "14/7/2022 17:50:26",
"update_by": "",
"update_time": null,
"remark": "蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow"
},
{
"config_id": 2,
"config_name": "用户管理-账号初始密码",
"config_key": "sys.user.initPassword",
"config_value": "123456",
"config_type": "Y",
"create_by": "admin",
"create_time": "14/7/2022 17:50:26",
"update_by": "",
"update_time": null,
"remark": "初始化密码 123456"
},
{
"config_id": 3,
"config_name": "主框架页-侧边栏主题",
"config_key": "sys.index.sideTheme",
"config_value": "theme-dark",
"config_type": "Y",
"create_by": "admin",
"create_time": "14/7/2022 17:50:26",
"update_by": "",
"update_time": null,
"remark": "深色主题theme-dark浅色主题theme-light"
},
{
"config_id": 4,
"config_name": "账号自助-验证码开关",
"config_key": "sys.account.captchaOnOff",
"config_value": "true",
"config_type": "Y",
"create_by": "admin",
"create_time": "14/7/2022 17:50:26",
"update_by": "",
"update_time": null,
"remark": "是否开启验证码功能true开启false关闭"
},
{
"config_id": 5,
"config_name": "账号自助-是否开启用户注册功能",
"config_key": "sys.account.registerUser",
"config_value": "false",
"config_type": "Y",
"create_by": "admin",
"create_time": "14/7/2022 17:50:26",
"update_by": "",
"update_time": null,
"remark": "是否开启注册用户功能true开启false关闭"
}
]
}