We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6169c commit 7976e90Copy full SHA for 7976e90
README.md
@@ -12,8 +12,13 @@ pip install django_gcp_iam_auth
12
13
## Usage
14
15
-Update the DATABASES entry to replace the ENGINE for your connection.
+1. Update the DATABASES entry to replace the ENGINE for your connection
16
+1. Set ```gcp_iam_auth``` to ```True``` in
17
+the ```OPTIONS``` for that connection.
18
+
19
+### Example:
20
21
```
22
DATABASES["default"]["ENGINE"] = "django_gcp_iam_auth.postgresql"
23
+DATABASES["default"]["OPTIONS"]["gcp_iam_auth"] = True
24
0 commit comments