-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
348 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
# 服务端口 | ||
PORT = 6688 | ||
PORT=6688 | ||
|
||
# 允许的域名 | ||
ALLOWED_DOMAIN = "*" | ||
ALLOWED_DOMAIN="*" | ||
|
||
# 允许的主域名,填写格式为 imsyy.top | ||
## 若填写该项,将忽略 ALLOWED_DOMAIN | ||
ALLOWED_HOST = "" | ||
ALLOWED_HOST="" | ||
|
||
# ROBOT | ||
DISALLOW_ROBOT = true | ||
DISALLOW_ROBOT=true | ||
|
||
# 缓存时长( 秒 ) | ||
CACHE_TTL = 3600 | ||
CACHE_TTL=3600 | ||
|
||
# 请求超时( 毫秒 ) | ||
REQUEST_TIMEOUT = 6000 | ||
REQUEST_TIMEOUT=6000 | ||
|
||
# 是否输出日志 | ||
USE_LOG_FILE = true | ||
USE_LOG_FILE=true | ||
|
||
# RSS Mode | ||
RSS_MODE = false | ||
RSS_MODE=false | ||
|
||
# Puppeteer | ||
USE_PUPPETEER=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.