From 23361ac1cacec70b840f497cc35d2f7a5de66387 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 28 十一月 2024 19:11:00 +0800 Subject: [PATCH] redis接口本地化/扫入策略修改 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index 74c92a3..e56b066 100644 --- a/constant.py +++ b/constant.py @@ -31,7 +31,7 @@ "db": 0, "pwd": "Yeshi2016@" } if is_windows() else { - "host": "172.16.32.15", + "host": "127.0.0.1", "port": 6379, "db": 0, "pwd": "Yeshi2016@" -- Gitblit v1.8.0