mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-30 23:07:27 +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]
|
[api.security]
|
||||||
# Authifier Shield API key
|
# Authifier Shield API key
|
||||||
authifier_shield_key = ""
|
authifier_shield_key = ""
|
||||||
# Legacy voice server management token
|
|
||||||
voso_legacy_token = ""
|
|
||||||
# Whether services are behind the Cloudflare network
|
# Whether services are behind the Cloudflare network
|
||||||
trust_cloudflare = false
|
trust_cloudflare = false
|
||||||
# easypwned endpoint
|
# easypwned endpoint
|
||||||
|
|||||||
@@ -223,7 +223,6 @@ pub struct ApiSecurityShield {
|
|||||||
#[derive(Deserialize, Debug, Clone)]
|
#[derive(Deserialize, Debug, Clone)]
|
||||||
pub struct ApiSecurity {
|
pub struct ApiSecurity {
|
||||||
pub shield: ApiSecurityShield,
|
pub shield: ApiSecurityShield,
|
||||||
pub voso_legacy_token: String,
|
|
||||||
pub captcha: ApiSecurityCaptcha,
|
pub captcha: ApiSecurityCaptcha,
|
||||||
pub trust_cloudflare: bool,
|
pub trust_cloudflare: bool,
|
||||||
pub easypwned: String,
|
pub easypwned: String,
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.92.0"
|
channel = "1.92.0"
|
||||||
|
components = ["rust-analyzer"]
|
||||||
Reference in New Issue
Block a user