Spaces:
Sleeping
Sleeping
Create config/config.yml
Browse files- config/config.yml +10 -0
config/config.yml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
storage:
|
| 2 |
+
storage_path: /data
|
| 3 |
+
|
| 4 |
+
service:
|
| 5 |
+
host: 0.0.0.0
|
| 6 |
+
http_port: 6333
|
| 7 |
+
grpc_port: 6334
|
| 8 |
+
|
| 9 |
+
telemetry:
|
| 10 |
+
disabled: true
|