Skip to content

Commit

Permalink
refactor: Comment out SSL enforcement settings for easier local devel…
Browse files Browse the repository at this point in the history
…opment
  • Loading branch information
AhmedNassar7 committed Dec 20, 2024
1 parent 53671a0 commit c1573fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions egypt_metro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
"CONN_MAX_AGE": 500, # Maximum connection age
"OPTIONS": {
"options": "-c search_path=public", # Set the default schema
# "sslmode": "require", # Enforce SSL mode
# "ssl_require": True, # Enforce SSL in production
},
"DISABLE_SERVER_SIDE_CURSORS": True, # Disable server-side cursors
"NAME": os.getenv("DB_NAME"), # Database name
Expand Down

0 comments on commit c1573fb

Please sign in to comment.