This commit is contained in:
han0
2024-06-05 09:21:00 +08:00
parent a5619836f1
commit e6442b2cf9
4 changed files with 22 additions and 12 deletions

View File

@@ -1,13 +1,13 @@
# try:
# from web.config import *
# except ModuleNotFoundError as e:
# pass
#
# APP_PATH = os.path.abspath(os.path.dirname(__file__))
#
# SECRET_KEY = "tE7?aS.1-7sP4dfvlE"
# TOKEN_SALT = "hi,_tool"
# QR_CODE_SALT = "code_qr"
#
# # 监听端口
# PORT = 7778
# 监听端口
PORT = 17778
try:
from web.config import *
except ModuleNotFoundError as e:
pass