Update config.ini
This commit is contained in:
parent
1798e26edf
commit
5137b33400
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
# @Author: https://github.com/Evil0ctal/
|
||||
# @Time: 2021/11/06
|
||||
# @Update: 2022/11/06
|
||||
# @Update: 2022/11/09
|
||||
# @Function:
|
||||
# 项目的配置文件/Config file of the project
|
||||
|
||||
|
|
@ -31,6 +31,9 @@ Https_proxy = https://45.167.124.5:9992
|
|||
# API link, such as: http://127.0.0.1:2333 or http://api.douyin.wtf (no slash at the end)
|
||||
Domain = http://api.douyin.wtf
|
||||
|
||||
# 限制API的请求次数/Limited API requests
|
||||
Rate_Limit = 10/minute
|
||||
|
||||
# API默认运行端口/Default port of API
|
||||
Port = 8000
|
||||
|
||||
|
|
@ -79,7 +82,7 @@ Port = 8080
|
|||
PyWebIO_CDN = True
|
||||
|
||||
# 最大接受提交URL的数量/Maximum number of URLs accepted for submission
|
||||
Max_Take_URLs = 50
|
||||
Max_Take_URLs = 200
|
||||
|
||||
# 是否记录错误日志/Whether to record error logs
|
||||
Allow_Logs = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue