Skip to content

Commit

Permalink
Update Meilisearch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ikollipara committed Jan 18, 2024
1 parent e317d07 commit 942707c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ MEILISEARCH = {
"PORT": 7700,
"HTTPS": False,
"MASTER_KEY": "...",
"SYNC": False,
"
"SYNC": False, # Should Meilisearch action resolve before continuing
}
MEILI_HOST=localhost # This is the host for meilisearch
MEILI_PORT=7700 # The port to listen on
MEILI_HTTPS=False # Is the meilisearch running on http or https
MEILI_MASTER_KEY="..." # Meilisearch's master key
```

Register the app in `INSTALLED_APPS`
Expand Down

0 comments on commit 942707c

Please sign in to comment.