Files
crawlab/backend/conf/config.yml
2019-07-28 15:27:44 +08:00

26 lines
364 B
YAML

api:
address: "localhost:8000"
mongo:
host: localhost
port: 27017
db: crawlab_test
username: ""
password: ""
redis:
network: tcp
address: "localhost:6379"
log:
level: info
path: "/var/logs/crawlab"
server:
host: 0.0.0.0
port: 8000
master: "N"
secret: "crawlab"
spider:
path: "/app/spiders"
task:
workers: 4
other:
tmppath: "/tmp"