|
@@ -1,7 +1,7 @@
|
|
|
<?php
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
return [
|
|
|
- 'superAdmin' => ['xuxiaodong','ldaaww','baoshi56','周亚萍','shiyao','zhouzhendong','zengjun',"yang",'huhao','zy','刘媛媛','李家磊',env('SUPER_ADMIN',"")],
|
|
|
|
|
|
|
+ 'superAdmin' => ['xuxiaodong','ldaaww','baoshi56','周亚萍','shiyao','zhouzhendong','zengjun',"yang",'huhao','zy','刘媛媛','李家磊','唐闻炎',env('SUPER_ADMIN',"")],
|
|
|
'token_expire_minutes'=>7200,
|
|
'token_expire_minutes'=>7200,
|
|
|
'token_check_in_expire_minutes'=>432000, //打卡过期时间,单位为秒
|
|
'token_check_in_expire_minutes'=>432000, //打卡过期时间,单位为秒
|
|
|
'cookie_expire_minutes'=>7200,//cookie过期时间,单位分钟
|
|
'cookie_expire_minutes'=>7200,//cookie过期时间,单位分钟
|