Merge branch 'meilisearch:main' into fix-3037

This commit is contained in:
jiangbo212
2022-12-07 16:30:21 +08:00
committed by GitHub
11 changed files with 143 additions and 77 deletions

View File

@ -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("dumps"),
env: "development".to_owned(),
#[cfg(all(not(debug_assertions), feature = "analytics"))]
no_analytics: true,