Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +5 -2
config.yaml
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
storage:
|
2 |
-
storage_path:
|
|
|
3 |
|
4 |
service:
|
5 |
host: 0.0.0.0
|
6 |
http_port: 6333
|
7 |
grpc_port: 6334
|
8 |
-
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
|