...
|
...
|
@@ -18,7 +18,7 @@ return [ |
|
|
// 应用命名空间
|
|
|
'app_namespace' => 'app',
|
|
|
// 应用调试模式
|
|
|
'app_debug' => Env::get('app.debug', true),
|
|
|
'app_debug' => Env::get('app.debug', false),
|
|
|
// 应用Trace
|
|
|
'app_trace' => Env::get('app.trace', false),
|
|
|
// 应用模式状态
|
...
|
...
|
@@ -267,7 +267,7 @@ return [ |
|
|
//会员注册验证码类型email/mobile/wechat/text/false
|
|
|
'user_register_captcha' => 'text',
|
|
|
//登录验证码
|
|
|
'login_captcha' => false,
|
|
|
'login_captcha' => true,
|
|
|
//登录失败超过10次则1天后重试
|
|
|
'login_failure_retry' => true,
|
|
|
//是否同一账号同一时间只能在一个地方登录
|
...
|
...
|
|