Add private_key: nil to default meilisearch options

This commit is contained in:
Ekaterina Vaartis 2021-08-23 23:52:37 +03:00 committed by FloatingGhost
parent 88891e9d76
commit b519726571
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ config :pleroma, ConcurrentLimiter, [
config :pleroma, :search, provider: Pleroma.Search.Builtin
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.