添加 人机验证服务默认配置
This commit is contained in:
@@ -15,6 +15,13 @@ const config = {
|
||||
port: 6379,
|
||||
password: '' // localhost
|
||||
},
|
||||
service: {
|
||||
captchaSession: {
|
||||
allowMaxTryCount: 5,
|
||||
allowMaxAngleDiff: 8,
|
||||
expriedTimeSec: 60,
|
||||
}
|
||||
},
|
||||
API_Port: 8080
|
||||
};
|
||||
export default config;
|
||||
Reference in New Issue
Block a user