chore: fix active identity store to mysql

This commit is contained in:
lingniu
2026-07-01 14:51:46 +08:00
parent 3795e43a6a
commit 90791d28bd
12 changed files with 18 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ lingniu:
store: redis
ttl: ${SESSION_TTL:30m}
identity:
store: ${VEHICLE_IDENTITY_STORE:mysql}
store: mysql
mysql:
jdbc-url: ${VEHICLE_IDENTITY_MYSQL_JDBC_URL:jdbc:mysql://127.0.0.1:3306/lingniu_vehicle?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai}
username: ${VEHICLE_IDENTITY_MYSQL_USERNAME:root}