@@ -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
|
||||
|
||||
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user