users.php 365 B

12345678
  1. <?php
  2. return [
  3. 'superAdmin' => ['xuxiaodong','ldaaww','baoshi56','周亚萍','shiyao','zhouzhendong','zengjun','huhao','zy','刘媛媛','唐闻炎',env('SUPER_ADMIN',"")],
  4. 'token_expire_minutes'=>7200,
  5. 'token_check_in_expire_minutes'=>432000, //打卡过期时间,单位为秒
  6. 'cookie_expire_minutes'=>7200,//cookie过期时间,单位分钟
  7. ];