Skip to content

Commit

Permalink
Remove the mention of ?sslmode=disable where it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Dec 3, 2024
1 parent 5a5f488 commit 99c7be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gatekeeper-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $ curl -sv --header "Authorization: Bearer ${AUTH_TOKEN}" \
Note that we got an empty response when successfully proxied through to Electric above because there are no `items` in the database. If you like, you can create some, e.g. using `psql`:

```console
$ psql "postgresql://postgres:password@localhost:54321/electric?sslmode=disable"
$ psql "postgresql://postgres:password@localhost:54321/electric"
psql (16.4)
Type "help" for help.

Expand Down

0 comments on commit 99c7be6

Please sign in to comment.