mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
* Fix debian config location & WebUI assets * remove config overwrite env variable again
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
|