From 9dede2eaa1d3e68be387c5fd612eb48226a54c9d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 04 八月 2023 16:07:22 +0800 Subject: [PATCH] HOST修改 --- constant.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index 4407e08..c3aee89 100644 --- a/constant.py +++ b/constant.py @@ -1,2 +1,3 @@ -SERVER_HOST = "111.230.16.67" +SERVER_HOST = "43.138.167.68" WEB_HOST = "192.168.3.252" +IS_TEST = False -- Gitblit v1.8.0