mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Change dumps_dir to dump_dir in config.toml
This commit is contained in:
parent
e35db5e59b
commit
daa0f2e9aa
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ disable_auto_batching = false
|
|||
### DUMPS ###
|
||||
#############
|
||||
|
||||
dumps_dir = "dumps/"
|
||||
dump_dir = "dumps/"
|
||||
# Sets the directory where Meilisearch will create dump files.
|
||||
# https://docs.meilisearch.com/learn/configuration/instance_options.html#dumps-destination
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue