🐛 Fixed recaptcha-env-variable

This commit is contained in:
Mawoka
2022-10-06 18:46:45 +02:00
parent af53b94ced
commit c7647705bc
+1 -1
View File
@@ -23,7 +23,7 @@ class Settings(BaseSettings):
skip_email_verification: bool = False
db_url: str | PostgresDsn = "postgresql://postgres:mysecretpassword@localhost:5432/classquiz"
hcaptcha_key: str | None = None
recpatcha_key: str | None = None
recaptcha_key: str | None = None
mail_address: str
mail_password: str
mail_username: str