From 988cf1ec10d7a64aeb401de0ff053ac419e88f8f Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 29 Oct 2024 15:44:02 +0800 Subject: [PATCH] chore: updated config --- backend/conf/config.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 backend/conf/config.yml diff --git a/backend/conf/config.yml b/backend/conf/config.yml new file mode 100644 index 00000000..828480b7 --- /dev/null +++ b/backend/conf/config.yml @@ -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