diff --git a/.env.example b/.env.example index adb5f0e..d6d32ec 100644 --- a/.env.example +++ b/.env.example @@ -15,6 +15,7 @@ DISALLOW_ROBOT=true REDIS_HOST="127.0.0.1" REDIS_PORT=6379 REDIS_PASSWORD="" +REDIS_DB=0 # 缓存时长( 秒 ) CACHE_TTL=3600