chore: fix ingest session store to redis

This commit is contained in:
lingniu
2026-07-01 14:47:12 +08:00
parent aa30a413c5
commit 3795e43a6a
4 changed files with 8 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ lingniu:
rate-limit:
per-vin-qps: 50
session:
store: ${SESSION_STORE:redis}
store: redis
ttl: ${SESSION_TTL:30m}
identity:
store: ${VEHICLE_IDENTITY_STORE:mysql}