📝Add option to change API url
This commit is contained in:
parent
3cf3226ba0
commit
7c47e946e5
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ Http_proxy = http://45.167.124.5:9992
|
|||
Https_proxy = https://45.167.124.5:9992
|
||||
|
||||
[Web_API]
|
||||
# API链接 如:http://127.0.0.1:2333 或 http://api.douyin.wtf (末尾不要留斜杠)
|
||||
URL = http://api.douyin.wtf
|
||||
# API默认运行端口
|
||||
Port = 2333
|
||||
# 是否启用API的/video功能
|
||||
|
|
|
|||
Loading…
Reference in a new issue