chore: remove voso key from config (#927)

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
Tom
2026-08-15 14:38:43 -07:00
committed by GitHub
parent df2e1408a1
commit 832f17b0dc
3 changed files with 2 additions and 4 deletions

View File

@@ -62,8 +62,6 @@ expire_account_deletion = 86400 # 3600 * 24
[api.security]
# Authifier Shield API key
authifier_shield_key = ""
# Legacy voice server management token
voso_legacy_token = ""
# Whether services are behind the Cloudflare network
trust_cloudflare = false
# easypwned endpoint

View File

@@ -223,7 +223,6 @@ pub struct ApiSecurityShield {
#[derive(Deserialize, Debug, Clone)]
pub struct ApiSecurity {
pub shield: ApiSecurityShield,
pub voso_legacy_token: String,
pub captcha: ApiSecurityCaptcha,
pub trust_cloudflare: bool,
pub easypwned: String,

View File

@@ -1,2 +1,3 @@
[toolchain]
channel = "1.92.0"
channel = "1.92.0"
components = ["rust-analyzer"]