mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
add token2 to config
This commit is contained in:
parent
e711e86ea3
commit
d2ef31b670
2 changed files with 10 additions and 5 deletions
|
|
@ -31,6 +31,9 @@ pub struct ApiConfig {
|
|||
pub ratelimit_redis_addr: Option<String>,
|
||||
|
||||
pub remote_url: String,
|
||||
|
||||
#[serde(default)]
|
||||
pub temp_token2: Option<String>,
|
||||
}
|
||||
|
||||
fn _metrics_default() -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue