chore: updated config

This commit is contained in:
Marvin Zhang
2024-10-29 15:44:02 +08:00
parent f5fc43c1c5
commit 95bba25e69

27
backend/conf/config.yml Normal file
View File

@@ -0,0 +1,27 @@
# Crawlab Configuration File
edition: global.edition.community
version: v0.7.0
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