mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
Merge branch 'develop' into develop
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
api:
|
||||
address: "localhost:8000"
|
||||
mongo:
|
||||
host: localhost
|
||||
host: "192.168.235.26"
|
||||
port: 27017
|
||||
db: crawlab_test
|
||||
username: ""
|
||||
password: ""
|
||||
db: crawlab_local
|
||||
username: "root"
|
||||
password: "example"
|
||||
authSource: "admin"
|
||||
redis:
|
||||
address: localhost
|
||||
password: ""
|
||||
address: 127.0.0.1
|
||||
password:
|
||||
database: 1
|
||||
port: 6379
|
||||
log:
|
||||
level: info
|
||||
path: "/var/logs/crawlab"
|
||||
path: "./logs/crawlab"
|
||||
isDeletePeriodically: "N"
|
||||
deleteFrequency: "@hourly"
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
port: 8000
|
||||
port: 8001
|
||||
master: "Y"
|
||||
secret: "crawlab"
|
||||
register:
|
||||
@@ -30,11 +30,11 @@ server:
|
||||
python: "Y"
|
||||
node: "N"
|
||||
spider:
|
||||
path: "/app/spiders"
|
||||
path: "./spiders"
|
||||
task:
|
||||
workers: 4
|
||||
other:
|
||||
tmppath: "/tmp"
|
||||
version: 0.4.3
|
||||
setting:
|
||||
allowRegister: "N"
|
||||
allowRegister: "N"
|
||||
|
||||
Reference in New Issue
Block a user