Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 12, 2024
1 parent c33368e commit 0e6e740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splashcat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
}
}
else:
database_connection_details = dj_database_url.parse(database_url, conn_max_age=None, conn_health_checks=False)
database_connection_details = dj_database_url.parse(database_url)

if FLY_REGION != FLY_PRIMARY_REGION:
database_connection_details["PORT"] = 5433
Expand Down

0 comments on commit 0e6e740

Please sign in to comment.