14 lines
266 B
Python
14 lines
266 B
Python
# 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
|