Skip to content

Commit

Permalink
backport of commit 72f9a6a
Browse files Browse the repository at this point in the history
  • Loading branch information
multani authored Dec 17, 2021
1 parent 9a48766 commit d350756
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/databases/mssql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
`max_open_connections` it will be reduced to be equal.

- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
time a connection may be reused. If ≤ `0s` connections are reused forever.
time a connection may be reused. If <= `0s` connections are reused forever.

- `username` `(string: "")` - The root credential username used in the connection URL.

Expand Down
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/databases/oracle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ has a number of parameters to further configure a connection.
`max_open_connections` it will be reduced to be equal.

- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
time a connection may be reused. If &le; `0s` connections are reused forever.
time a connection may be reused. If <= `0s` connections are reused forever.

- `username` `(string: "")` - The root credential username used in the connection URL.

Expand Down
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/databases/postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
`max_open_connections` it will be reduced to be equal.

- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
time a connection may be reused. If &le; `0s`, connections are reused forever.
time a connection may be reused. If <= `0s`, connections are reused forever.

- `username` `(string: "")` - The root credential username used in the connection URL.

Expand Down
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/databases/redshift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
`max_open_connections` it will be reduced to be equal.

- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
time a connection may be reused. If &le; `0s` connections are reused forever.
time a connection may be reused. If <= `0s` connections are reused forever.

- `username` `(string: "")` - The root credential username used in the connection URL.

Expand Down
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/databases/snowflake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
`max_open_connections` it will be reduced to be equal.

- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
time a connection may be reused. If &le; `0s` connections are reused forever.
time a connection may be reused. If <= `0s` connections are reused forever.

- `username` `(string: "")` - The root credential username used in the connection URL.

Expand Down

0 comments on commit d350756

Please sign in to comment.