forked from AkkomaGang/akkoma
Add private_key: nil to default meilisearch options
This commit is contained in:
parent
88891e9d76
commit
b519726571
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@
|
||||||
config :pleroma, :search, provider: Pleroma.Search.Builtin
|
config :pleroma, :search, provider: Pleroma.Search.Builtin
|
||||||
|
|
||||||
config :pleroma, Pleroma.Search, module: Pleroma.Activity.Search
|
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
|
# Import environment specific config. This must remain at the bottom
|
||||||
# of this file so it overrides the configuration defined above.
|
# of this file so it overrides the configuration defined above.
|
||||||
|
|
Loading…
Reference in a new issue