davanstrien HF Staff commited on
Commit
b7a8941
·
verified ·
1 Parent(s): 650d4f3

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +5 -2
config.yaml CHANGED
@@ -1,8 +1,11 @@
1
  storage:
2
- storage_path: ./storage
 
3
 
4
  service:
5
  host: 0.0.0.0
6
  http_port: 6333
7
  grpc_port: 6334
8
- api_key: ${QDRANT_API_KEY}
 
 
 
1
  storage:
2
+ storage_path: /data/storage
3
+ snapshots_path: /data/snapshots
4
 
5
  service:
6
  host: 0.0.0.0
7
  http_port: 6333
8
  grpc_port: 6334
9
+ api_key: ${QDRANT__SERVICE__API_KEY}
10
+
11
+ log_level: INFO