Skip to content

Commit

Permalink
adding defsult values
Browse files Browse the repository at this point in the history
  • Loading branch information
osimuka committed Nov 12, 2024
1 parent 2f9f7a3 commit 8e13c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade_remedies_api/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def strip_sensitive_data(event, hint):
AUDIT_EMAIL_SMTP_USERNAME = env.AUDIT_EMAIL_SMTP_USERNAME
AUDIT_EMAIL_SMTP_PASSWORD = env.AUDIT_EMAIL_SMTP_PASSWORD
AUDIT_EMAIL_SMTP_HOST = env.AUDIT_EMAIL_SMTP_HOST or f"email-smtp.{AWS_S3_REGION_NAME}.amazonaws.com"
AUDIT_EMAIL_SMTP_PORT = env.int("AUDIT_EMAIL_SMTP_PORT", default=587)
AUDIT_EMAIL_SMTP_PORT = env.AUDIT_EMAIL_SMTP_PORT
AUDIT_EMAIL_TO_ADDRESS = env.AUDIT_EMAIL_TO_ADDRESS

# ------------------- API RATE LIMITING -------------------
Expand Down

0 comments on commit 8e13c8f

Please sign in to comment.