Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
replaces 127.0.0.1 by localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
gmourier committed Oct 18, 2022
1 parent 10a0d34 commit e7f45f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0119-instance-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Configures the instance's environment. Value must be either `production` or `dev

**Environment variable**: `MEILI_HTTP_ADDR`
**CLI option**: `--http-addr`
**Default value**: `"127.0.0.1:7700"`
**Default value**: `"localhost:7700"`
**Expected value**: an HTTP address and port

Sets the HTTP address and port Meilisearch will use.
Expand Down

0 comments on commit e7f45f8

Please sign in to comment.