mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Rename dumps-dir
to dump-dir
in CLI
Also rename the associated environment variable
This commit is contained in:
parent
93b59d55e3
commit
e35db5e59b
3 changed files with 11 additions and 11 deletions
|
@ -184,7 +184,7 @@ impl Server {
|
|||
pub fn default_settings(dir: impl AsRef<Path>) -> Opt {
|
||||
Opt {
|
||||
db_path: dir.as_ref().join("db"),
|
||||
dumps_dir: dir.as_ref().join("dump"),
|
||||
dump_dir: dir.as_ref().join("dump"),
|
||||
env: "development".to_owned(),
|
||||
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
||||
no_analytics: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue