Add private_key: nil to default meilisearch options

This commit is contained in:
Ekaterina Vaartis 2021-08-23 23:52:37 +03:00
parent 005947e9f7
commit a5bb7f9345
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@
config :pleroma, Pleroma.Search, module: Pleroma.Activity.Search
config :pleroma, Pleroma.Search.Meilisearch, url: "http://127.0.0.1:7700/"
config :pleroma, Pleroma.Search.Meilisearch, url: "http://127.0.0.1:7700/", private_key: nil
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.