1 Star 0 Fork 5

Wuming/testlib

forked from anolis/testlib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.properties 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
张学峰 提交于 2024-05-23 15:30 . fix:app config
# sanic
host = 0.0.0.0
port = 8005
debug = True
access_log = True
workers = 3
sanic_key = test-library
auto_reload = False
jwt_secret_key = test-lib-jwt-secret-key
# log
log_mode = False
log_bytes = 20*1024*1024
log_backup = 5
formatter = %(asctime)s [%(process)d] [%(levelname)s] %(message)s
formatter_access = %(asctime)s [%(process)d] [%(levelname)s] [%(host)s]: %(request)s %(message)s %(status)d %(byte)d
drop_all = False
create_all = False
pool_size = 10
over_size = 10
recycle = 3600
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingpengs/testlib.git
[email protected]:dingpengs/testlib.git
dingpengs
testlib
testlib
master

搜索帮助