mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Generate a new default chat API key
This commit is contained in:
parent
1a84f00fbf
commit
56c1bd3afe
5 changed files with 41 additions and 9 deletions
|
@ -351,6 +351,7 @@ pub struct IndexSearchRules {
|
|||
fn generate_default_keys(store: &HeedAuthStore) -> Result<()> {
|
||||
store.put_api_key(Key::default_admin())?;
|
||||
store.put_api_key(Key::default_search())?;
|
||||
store.put_api_key(Key::default_chat())?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue