From be578184d5abb4f33f858405eda7cb9448369a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 2 Nov 2024 20:59:05 +0800 Subject: [PATCH] Update .env.example --- plugin/think-plugs-static/stc/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/think-plugs-static/stc/.env.example b/plugin/think-plugs-static/stc/.env.example index 644b2bd85..7e5feb92b 100644 --- a/plugin/think-plugs-static/stc/.env.example +++ b/plugin/think-plugs-static/stc/.env.example @@ -15,8 +15,8 @@ CACHE_REDIS_SELECT= CACHE_REDIS_PASSWORD= # 会话配置 -SESSION_NAME=ssid SESSION_TYPE=file +SESSION_NAME=ssid SESSION_STORE= SESSION_EXPIRE=7200 SESSION_PREFIX= \ No newline at end of file