From 2c46e85017e57d8919783d4fcfed0069ff201761 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 03 八月 2023 15:01:35 +0800
Subject: [PATCH] redis上级缓存添加

---
 constant.py |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/constant.py b/constant.py
index 609c55e..76fc271 100644
--- a/constant.py
+++ b/constant.py
@@ -26,15 +26,15 @@
     "db": 0,
     "pwd": "123456"
 } if is_windows() else {
-    "host": "172.16.32.15",
-    "port": 6379,
-    "db": 0,
-    "pwd": "Yeshi2016@"
-
-    # "host": "127.0.0.1",
-    # "port": 6380,
+    # "host": "172.16.32.15",
+    # "port": 6379,
     # "db": 0,
-    # "pwd": "123456"
+    # "pwd": "Yeshi2016@"
+
+    "host": "127.0.0.1",
+    "port": 6380,
+    "db": 0,
+    "pwd": "123456"
 }
 
 MYSQL_CONFIG = {

--
Gitblit v1.8.0