Update config.py

This commit is contained in:
Mawoka
2022-04-08 23:41:26 +02:00
committed by GitHub
parent d676e194fc
commit f4eeb5188f
-1
View File
@@ -19,7 +19,6 @@ class Settings(BaseSettings):
mail_server: str mail_server: str
mail_port: int mail_port: int
secret_key: str secret_key: str
imgur_client_id: str = "27aa1687703ddb9"
access_token_expire_minutes: int = 30 access_token_expire_minutes: int = 30
cache_expiry: int = 86400 cache_expiry: int = 86400
sentry_dsn: str | None = "https://4981de1f72f24fd7b5e21b8913b93a02@o661934.ingest.sentry.io/6254641" sentry_dsn: str | None = "https://4981de1f72f24fd7b5e21b8913b93a02@o661934.ingest.sentry.io/6254641"