You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .schema/pgdog.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -846,7 +846,7 @@
846
846
},
847
847
"passthrough_auth": {
848
848
"description": "Toggle automatic creation of connection pools given the user name, database and password.\n\n_Default:_ `disabled`\n\nhttps://docs.pgdog.dev/configuration/pgdog.toml/general/#passthrough_auth",
849
-
"$ref": "#/$defs/PassthoughAuth",
849
+
"$ref": "#/$defs/PassthroughAuth",
850
850
"default": "disabled"
851
851
},
852
852
"pooler_mode": {
@@ -1232,7 +1232,7 @@
1232
1232
"tables"
1233
1233
]
1234
1234
},
1235
-
"PassthoughAuth": {
1235
+
"PassthroughAuth": {
1236
1236
"description": "toggle automatic creation of connection pools given the user name, database and password.\n\nSee [passthrough authentication](https://docs.pgdog.dev/features/authentication/#passthrough-authentication).\n\nhttps://docs.pgdog.dev/configuration/pgdog.toml/general/#passthrough_auth",
0 commit comments