mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
feat: add admin key on config
This commit is contained in:
parent
4721da1679
commit
55823c5d5d
@ -10,8 +10,9 @@ pub enum RankingOrdering {
|
|||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||||
pub struct AccessToken {
|
pub struct AccessToken {
|
||||||
pub token: String,
|
pub read_key: String,
|
||||||
pub secret_key: String,
|
pub write_key: String,
|
||||||
|
pub admin_key: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user