Files
crawlab/backend/conf/config.yml
2019-07-26 23:02:30 +08:00

22 lines
327 B
YAML

mongo:
host: localhost
port: 27017
db: crawlab_test
redis:
network: tcp
address: "localhost:6379"
log:
level: info
path: "/var/logs/crawlab"
server:
host: 0.0.0.0
port: 8000
master: "Y"
secret: "crawlab"
spider:
path: "/Users/yeqing/projects/crawlab/spiders"
task:
workers: 4
other:
tmppath: "/tmp"