From d21963e1cb1d3f795449250286babefbc3fa0c5e Mon Sep 17 00:00:00 2001 From: renjianbo <263303411@qq.com> Date: Thu, 5 Oct 2023 01:18:20 +0800 Subject: [PATCH] =?UTF-8?q?python=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/base_setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base_setting.py b/config/base_setting.py index cae7190..0207f3a 100644 --- a/config/base_setting.py +++ b/config/base_setting.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -SERVER_PORT = 8998 +SERVER_PORT = 8999 DEBUG = False SQLALCHEMY_ECHO = False