diff --git a/config.default.yaml b/config.default.yaml index 632a1af..b6ff5d2 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -28,7 +28,6 @@ email: insecure_skip_verify: from: secrets: - jwt_secret: example turnstile_secret: example client_secret_key: aes_32_byte_string kyc_info_key: aes_32_byte_string diff --git a/config/types.go b/config/types.go index 265b6b6..04ae563 100644 --- a/config/types.go +++ b/config/types.go @@ -51,7 +51,6 @@ type email struct { } type secrets struct { - JwtSecret string `yaml:"jwt_secret"` TurnstileSecret string `yaml:"turnstile_secret"` ClientSecretKey string `yaml:"client_secret_key"` KycInfoKey string `yaml:"kyc_info_key"`