From 386a3e7f208373c44536b35ec7da18d5b814e1b6 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 9 Sep 2022 02:22:02 +0800 Subject: [PATCH] =?UTF-8?q?redis=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 0182373..d42b6d5 100644 --- a/.env.example +++ b/.env.example @@ -10,6 +10,10 @@ DB_TIMEZONE=+08:00 LOG_CHANNEL=stack LOG_SLACK_WEBHOOK_URL= +REDIS_HOST=127.0.0.1 +REDIS_PASSWORD=null +REDIS_PORT=6379 + DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306