可运行

This commit is contained in:
rjb
2026-01-09 18:07:01 +08:00
parent 695ec0b000
commit d2df37b9af
153 changed files with 832 additions and 904 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
SERVER_PORT = 8998
SERVER_PORT = 8032
DEBUG = False
SQLALCHEMY_ECHO = False
@@ -43,7 +43,7 @@ UPLOAD = {
}
APP = {
'domain':'http://106.52.204.179:8999'
'domain':'http://101.43.95.130:8032'
# 'domain':'https://python815.cn'
}