Skip to content

Commit

Permalink
Don't vertify certificates in production (yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 5, 2024
1 parent 4df90f9 commit b10cb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# TODO: Temporary until the static files can be served via S3 or a CDN
DEBUG = True

# Ensure that certificates are always checked by the Client API in production
CLIENT_VERIFY_CERTIFICATES = True
# TODO: Ensure that certificates are always checked by the Client API in production
# CLIENT_VERIFY_CERTIFICATES = True

# TODO: Generate SECRET_KEY
SECRET_KEY = os.getenv("SECRET_KEY", "")
Expand Down

0 comments on commit b10cb2e

Please sign in to comment.