From 16db33c161f5dbbb423f2d84199b3f7723e9b2ad Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 17 八月 2023 19:46:17 +0800 Subject: [PATCH] bug修改 --- constant.py | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/constant.py b/constant.py index 76ed734..0408c5a 100644 --- a/constant.py +++ b/constant.py @@ -21,10 +21,10 @@ # redis璁剧疆 REDIS_CONFIG = { - "host": "127.0.0.1", - "port": 6379, + "host": "gz-crs-6l6xbc4j.sql.tencentcdb.com", + "port": 29994, "db": 0, - "pwd": "123456" + "pwd": "Yeshi2016@" } if is_windows() else { "host": "172.16.32.15", "port": 6379, @@ -38,12 +38,12 @@ } MYSQL_CONFIG = { - "host": "127.0.0.1", - "port": 3306, + "host": "gz-cdb-r13d0yi9.sql.tencentcdb.com", + "port": 62929, "database": "gp", "charset": "utf8", "user": "root", - "passwd": "123456" + "passwd": "Yeshi2016@" } if is_windows() else { "host": "172.16.16.17", "port": 3306, @@ -128,7 +128,7 @@ TRADE_WAY = TRADE_WAY_JUEJIN ########鍗庨懌閰嶇疆######## -if not is_windows(): +if not is_windows() or True: # 涓嬪崟1鎵� BUY_MONEY_PER_CODE = 100 L2_SOURCE_TYPE = L2_SOURCE_TYPE_HUAXIN -- Gitblit v1.8.0