增加登陆功能,并修改正式环境用5002端口
This commit is contained in:
@@ -7,7 +7,7 @@ from waitress import serve
|
||||
from app import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
port = int(os.environ.get('DEPLOY_RUN_PORT', 5000))
|
||||
port = int(os.environ.get('DEPLOY_RUN_PORT', 5002))
|
||||
host = os.environ.get('DEPLOY_RUN_HOST', '0.0.0.0')
|
||||
|
||||
print(f'订单日报系统 - 生产模式')
|
||||
|
||||
Reference in New Issue
Block a user