From 777561af90eea787d389204fe756e9d84cd3aba9 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 03 八月 2023 14:58:27 +0800
Subject: [PATCH] redis上级缓存添加

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

diff --git a/constant.py b/constant.py
index 917729c..609c55e 100644
--- a/constant.py
+++ b/constant.py
@@ -26,14 +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