Skip to content

Commit f4eb2e9

Browse files
committed
Added COCKROACHDB_SSLMODE block in README
1 parent a160eca commit f4eb2e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export COCKROACHDB_PORT="26257"
3535
export COCKROACHDB_USER="your-user"
3636
export COCKROACHDB_PASSWORD="your-password"
3737
export COCKROACHDB_DATABASE="your-database"
38+
export COCKROACHDB_SSLMODE="verify-full"
3839
```
3940

4041
For CockroachDB Cloud, find connection details in the [Cloud Console](https://cockroachlabs.cloud/).

0 commit comments

Comments
 (0)