mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix PR comments
This commit is contained in:
parent
7652295d2c
commit
4512eed8f5
7 changed files with 29 additions and 19 deletions
|
@ -133,7 +133,7 @@ impl Key {
|
|||
let uid = Uuid::new_v4();
|
||||
Self {
|
||||
name: Some("Default Admin API Key".to_string()),
|
||||
description: Some("Use it for all other than search operations. Caution! Do not expose it on a public frontend".to_string()),
|
||||
description: Some("Use it for anything that is not a search operation. Caution! Do not expose it on a public frontend".to_string()),
|
||||
uid,
|
||||
actions: vec![Action::All],
|
||||
indexes: vec!["*".to_string()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue