mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
28 lines
392 B
Go
Executable File
28 lines
392 B
Go
Executable File
# Crawlab Configuration File
|
|
edition: global.edition.community
|
|
version: v0.6.3
|
|
|
|
mongo:
|
|
host: localhost
|
|
port: 27017
|
|
db: crawlab_test
|
|
username: ""
|
|
password: ""
|
|
authSource: "admin"
|
|
|
|
server:
|
|
host: 0.0.0.0
|
|
port: 8000
|
|
|
|
grpc:
|
|
address: localhost:9666
|
|
server:
|
|
address: 0.0.0.0:9666
|
|
authKey: Crawlab2021!
|
|
|
|
api:
|
|
endpoint: http://localhost:8000
|
|
|
|
log:
|
|
path: /var/log/crawlab
|