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