Skip to content

Commit

Permalink
try turning off ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetised committed Oct 15, 2024
1 parent e18225a commit ae5bf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir_client_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PORT: 3100
PG_PORT: 54322
ELECTRIC_URL: "http://127.0.0.1:3100"
DATABASE_URL: "postgresql://postgres:[email protected]:54322/postgres"
DATABASE_URL: "postgresql://postgres:[email protected]:54322/postgres?sslmode=disable"
services:
postgres:
image: postgres:14-alpine
Expand Down

0 comments on commit ae5bf79

Please sign in to comment.