Change the meilisearch key auth to conform to 0.25.0
This commit is contained in:
parent
79225d9b0a
commit
1e23f527e3
3 changed files with 12 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue