添加 人机验证服务默认配置

This commit is contained in:
tone
2024-09-25 23:22:32 +08:00
parent 98203ad281
commit be7a4782f7

View File

@@ -15,6 +15,13 @@ const config = {
port: 6379, port: 6379,
password: '' // localhost password: '' // localhost
}, },
service: {
captchaSession: {
allowMaxTryCount: 5,
allowMaxAngleDiff: 8,
expriedTimeSec: 60,
}
},
API_Port: 8080 API_Port: 8080
}; };
export default config; export default config;