Skip to content

Commit

Permalink
Merge pull request #126 from danny-avila/minor-updates
Browse files Browse the repository at this point in the history
chore: minor updates
  • Loading branch information
danny-avila authored Mar 25, 2023
2 parents 853b4df + c2967ea commit e8e512a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 482 deletions.
8 changes: 4 additions & 4 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ SEARCH=TRUE

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

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

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

0 comments on commit e8e512a

Please sign in to comment.