Skip to content

Commit

Permalink
remove ssl required for pgbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
princekhunt committed Mar 15, 2024
1 parent 8e13bfe commit 6ee3066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrivatePing/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

DATABASES = {}
DATABASES['default'] = dj_database_url.config(conn_max_age=600, ssl_require=True)
DATABASES['default'] = dj_database_url.config(conn_max_age=600)
DATABASES['default']['CONN_MAX_AGE'] = 60

STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage'
Expand Down

0 comments on commit 6ee3066

Please sign in to comment.