davanstrien HF staff commited on
Commit
e7bdc16
1 Parent(s): 85f8dd8

Create config.yaml

Browse files
Files changed (1) hide show
  1. config/config.yaml +10 -0
config/config.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ storage:
2
+ storage_path: ./storage
3
+
4
+ service:
5
+ host: 0.0.0.0
6
+ http_port: 6333
7
+ grpc_port: 6334
8
+
9
+ auth:
10
+ api_key: ${QDRANT_API_KEY}