From 976c61f0b25fe2cb7446ba547ae9d524dc332dac Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 06 七月 2023 17:02:57 +0800
Subject: [PATCH] 配置参数修改

---
 constant.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/constant.py b/constant.py
index 0b2b9ef..f21147c 100644
--- a/constant.py
+++ b/constant.py
@@ -13,14 +13,14 @@
 
 # redis璁剧疆
 REDIS_CONFIG = {
-    "host": "127.0.0.1",
+    "host": "192.168.3.252",
     "port": 6379,
     "db": 0,
     "pwd": "123456"
 }
 
 MYSQL_CONFIG = {
-    "host": "127.0.0.1",
+    "host": "192.168.3.252",
     "port": 3306,
     "database": "gp",
     "charset": "utf8",

--
Gitblit v1.8.0