mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
10 lines
210 B
YAML
10 lines
210 B
YAML
storage:
|
|
# Where to store all the data
|
|
storage_path: /var/lib/qdrant/storage
|
|
|
|
# Where to store snapshots
|
|
snapshots_path: /var/lib/qdrant/snapshots
|
|
|
|
service:
|
|
static_content_dir: /var/lib/qdrant/static
|