mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-30 20:54:22 +00:00
chore: remove voso key from config (#927)
Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.92.0"
|
||||
channel = "1.92.0"
|
||||
components = ["rust-analyzer"]
|
||||
Reference in New Issue
Block a user