Skip to content

Commit

Permalink
correct setting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidu1975 committed Aug 15, 2024
1 parent 9e99d11 commit b0448cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class BaseSettings(PydanticBaseSettings):
staticfiles_storage: str = "whitenoise.storage.CompressedStaticFilesStorage"
sentry_dsn: str = ""
secret_key: str

sentry_environment: str = ""
sentry_enable_tracing: bool = False
sentry_traces_sample_rate: float = 1.0
Expand Down Expand Up @@ -62,7 +63,7 @@ class BaseSettings(PydanticBaseSettings):
email_backend_class_name: str = "default"

email_host: str
email_port: str
email_port: int = 587
email_host_user: str
email_host_password: str
email_use_tls: bool = True
Expand Down

0 comments on commit b0448cc

Please sign in to comment.