mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Change default bind address to localhost
This commit is contained in:
parent
8134c26a6f
commit
435778f328
2 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ impl Segment {
|
|||
let dumps_dir = opt.dumps_dir != PathBuf::from("dumps/");
|
||||
let import_snapshot = opt.import_snapshot.is_some();
|
||||
let snapshots_dir = opt.snapshot_dir != PathBuf::from("snapshots/");
|
||||
let http_addr = opt.http_addr != "127.0.0.1:7700";
|
||||
let http_addr = opt.http_addr != default_http_addr();
|
||||
|
||||
let mut infos = serde_json::to_value(opt).unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue