Skip to content

Commit e8e512a

Browse files
authored
Merge pull request #126 from danny-avila/minor-updates
chore: minor updates
2 parents 853b4df + c2967ea commit e8e512a

File tree

4 files changed

+9
-482
lines changed

4 files changed

+9
-482
lines changed

api/.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ SEARCH=TRUE
4040

4141
# REQUIRED FOR SEARCH: MeiliSearch Host, mainly for api server to connect to the search server.
4242
# must replace '0.0.0.0' with 'meilisearch' if serving meilisearch with docker-compose
43-
# MEILI_HOST='http://0.0.0.0:7700' # <-- local/remote
44-
MEILI_HOST='http://meilisearch:7700' # <-- docker-compose
43+
# MEILI_HOST='http://meilisearch:7700' # <-- docker-compose (should already be setup on docker-compose.yml)
44+
MEILI_HOST='http://0.0.0.0:7700' # <-- local/remote
4545

4646
# REQUIRED FOR SEARCH: MeiliSearch HTTP Address, mainly for docker-compose to expose the search server.
4747
# must replace '0.0.0.0' with 'meilisearch' if serving meilisearch with docker-compose
48-
# MEILI_HTTP_ADDR='0.0.0.0:7700' # <-- local/remote
49-
MEILI_HTTP_ADDR='meilisearch:7700' # <-- docker-compose
48+
# MEILI_HTTP_ADDR='meilisearch:7700' # <-- docker-compose (should already be setup on docker-compose.yml)
49+
MEILI_HTTP_ADDR='0.0.0.0:7700' # <-- local/remote
5050

5151
# REQUIRED FOR SEARCH: In production env., needs a secure key, feel free to generate your own.
5252
# This master key must be at least 16 bytes, composed of valid UTF-8 characters.

0 commit comments

Comments
 (0)