diff --git a/meilisearch-http/src/option.rs b/meilisearch-http/src/option.rs index 00a9fce53..828d68130 100644 --- a/meilisearch-http/src/option.rs +++ b/meilisearch-http/src/option.rs @@ -7,7 +7,7 @@ pub struct Opt { pub db_path: String, /// The address on which the http server will listen. - #[structopt(long, env = "MEILI_HTTP_ADDR", default_value = "127.0.0.1:8080")] + #[structopt(long, env = "MEILI_HTTP_ADDR", default_value = "127.0.0.1:7700")] pub http_addr: String, /// The master key allowing you to do everything on the server.