fix: use Redis port 6380 to avoid conflict with existing ybs-redis on 6379

Former-commit-id: e8adb090f9ed0d0ac1b4845f8271428bc4ddb386
This commit is contained in:
反编译工作区
2026-05-01 22:55:24 +08:00
parent 2c2d30038e
commit ef9f38587c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ MYSQL_PORT=3307
MYSQL_USER=root
MYSQL_PASS=123456
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PORT=6380
REDIS_PASS="1qaz!QAZ"
CONSUL_HOST=127.0.0.1
CONSUL_PORT=8500