Skip to content

Commit f43c5ec

Browse files
committed
format
1 parent af15bd5 commit f43c5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/stable/develop/drivers-orms/nodejs/sequelize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For information on all load balance modes, see [Node type-aware load balancing](
220220
221221
The following table summarizes the environment variables available for configuring the YugabyteDB node-postgres smart driver:
222222
223-
| Environment variable | Description | Default value |
223+
| Environment variable | Description | Default |
224224
| :--- | :--- | :--- |
225225
| PGLOADBALANCE | Enables cluster-aware or node type-aware load balancing.<br>Valid values are `any`, `prefer-primary`, `prefer-rr`, `only-primary`, `only-rr`, `true` (alias for `any`), and `false` (disabled). | `false` |
226226
| PGTOPOLOGYKEYS | Enables topology-aware load balancing by specifying comma-separated geo-locations. Provide locations in the form `cloud.region.zone` (for example, `aws.us-east-1.us-east-1a`). Specify multiple zones by separating values using commas. You can use a wildcard to specify all zones in a region (`cloud.region.*`). Indicate fallback priority using `cloud.region.zone:n`, where `n` is priority number. | Empty (disabled) |

0 commit comments

Comments
 (0)