Files
material-api/web/core/conf.py

14 lines
253 B
Python
Raw Normal View History

2024-05-29 10:21:31 +08:00
# APP_PATH = os.path.abspath(os.path.dirname(__file__))
#
# SECRET_KEY = "tE7?aS.1-7sP4dfvlE"
# TOKEN_SALT = "hi,_tool"
# QR_CODE_SALT = "code_qr"
2024-06-05 09:21:00 +08:00
# 监听端口
PORT = 17778
try:
from web.config import *
except ModuleNotFoundError as e:
pass