summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEkaterina Vaartis <vaartis@kotobank.ch>2022-03-22 20:29:17 +0300
committerEkaterina Vaartis <vaartis@kotobank.ch>2022-10-10 20:19:09 +0300
commit1e23f527e3e22108b402552a0766e488048ed3f4 (patch)
tree79a96be4cbe232c9abb04a3cc0de9ce2824a2164 /docs
parent79225d9b0adcd848502e5ba0bbbb295855a30ba0 (diff)
downloadpleroma-1e23f527e3e22108b402552a0766e488048ed3f4.tar.gz
pleroma-1e23f527e3e22108b402552a0766e488048ed3f4.zip
Change the meilisearch key auth to conform to 0.25.0
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/search.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/search.md b/docs/configuration/search.md
index a785a18ad..82217e5ee 100644
--- a/docs/configuration/search.md
+++ b/docs/configuration/search.md
@@ -47,15 +47,15 @@ you have to get the _private key_, which is actually used for authentication.
=== "OTP"
```sh
- ./bin/pleroma_ctl search.meilisearch show-private-key <your master key here>
+ ./bin/pleroma_ctl search.meilisearch show-keys <your master key here>
```
=== "From Source"
```sh
- mix pleroma.search.meilisearch show-private-key <your master key here>
+ mix pleroma.search.meilisearch show-keys <your master key here>
```
-This is the key you actually put into your configuration file.
+You will see a "Default Admin API Key", this is the key you actually put into your configuration file.
### Initial indexing