mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
1 (#3924)
This commit is contained in:
21
plugins/webcrawler/SPIDER/.env.example
Normal file
21
plugins/webcrawler/SPIDER/.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
ACCESS_TOKEN=114514
|
||||
DETECT_WEBSITE = zhuanlan.zhihu.com
|
||||
STRATEGIES=[{"waitUntil":"networkidle0","timeout":5000},{"waitUntil":"networkidle2","timeout":10000},{"waitUntil":"load","timeout":15000}]
|
||||
PORT=3000
|
||||
MAX_CONCURRENCY=10
|
||||
NODE_ENV=development
|
||||
ENGINE = [
|
||||
|
||||
]
|
||||
|
||||
ENGINE_BAIDUURL=https://www.baidu.com/s
|
||||
#ENGINE_SEARCHXNGURL=http://localhost:8080/search
|
||||
ENGINE_SEARCHXNGURL=http://searxng:8080/search
|
||||
|
||||
#MONGODB_URI=mongodb://root:example@localhost:27017
|
||||
MONGODB_URI=mongodb://root:example@mongodb:27017
|
||||
BLACKLIST = [".gov.cn",".edu.cn"]
|
||||
|
||||
STD_TTL=3600
|
||||
EXPIRE_AFTER_SECONDS=9000
|
Reference in New Issue
Block a user