diff --git a/.env.example b/.env.example index 8ac7bf3..a98fb16 100644 --- a/.env.example +++ b/.env.example @@ -23,7 +23,7 @@ REDIS_DB=0 # 务必改为你自己的字符串 JWT_SECRET=hyperf #token过期时间,单位为秒 -JWT_TTL=60 +JWT_TTL=86400 # ---- 项目配置 ---- WEB_URL=http://im.gzydong.club