mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 17:21:03 +00:00
feat: add admin key on config
This commit is contained in:
@ -10,8 +10,9 @@ pub enum RankingOrdering {
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct AccessToken {
|
||||
pub token: String,
|
||||
pub secret_key: String,
|
||||
pub read_key: String,
|
||||
pub write_key: String,
|
||||
pub admin_key: String,
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user