Skip to content

Commit 0431974

Browse files
authored
Improve example in README.md
The connection example uses http and refers to "database" as the oauth_client_id instead of "postgres".
1 parent 06ca028 commit 0431974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ host all rolename 127.0.0.1/32 oauth scope="database",issuer=http://127.0.0.1:80
7171

7272
Connection example:
7373
```
74-
psql 'host=127.0.0.1 dbname=name user=rolename oauth_issuer=http://127.0.0.1:8080/realms/master oauth_client_id=database'
74+
psql 'host=127.0.0.1 dbname=name user=rolename oauth_issuer=https://127.0.0.1:8080/realms/master oauth_client_id=postgres'
7575
```
7676

7777
### Microsoft / Entra ID

0 commit comments

Comments
 (0)