更改项目启动方式

This commit is contained in:
不胜舟
2023-05-29 00:26:42 +08:00
parent 384385dd10
commit c760302ff8
4 changed files with 9 additions and 5 deletions
-4
View File
@@ -6,10 +6,6 @@ from apscheduler.jobstores.sqlalchemy import SQLAlchemyJobStore
class BaseConfig:
DEBUG = True
HOST = '127.0.0.1'
PORT = 5000
SUPERADMIN = 'admin'
SYSTEM_NAME = 'Pear Admin'