add token2 to config

This commit is contained in:
spiral
2023-03-19 11:18:09 -04:00
parent e711e86ea3
commit d2ef31b670
2 changed files with 10 additions and 5 deletions

View File

@@ -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 {