Skip to content

Commit 7a1058f

Browse files
FdawgsTony133
authored andcommitted
docs(readme): update warning formatting
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent aefa294 commit 7a1058f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ fastify.register(require('@fastify/postgres'), {
294294
})
295295
```
296296

297-
> **Warning:** do not mix the two approaches. If the connection string contains any of `sslmode`, `sslcert`, `sslkey` or `sslrootcert`, those values take precedence over anything set in the `ssl` option object, and the `ssl` option will effectively be ignored. Pick one approach (either the `ssl` object, or SSL parameters in the connection string) and stick to it.
297+
> ⚠ Warning:
298+
> Do not mix the two approaches. If the connection string contains any of `sslmode`, `sslcert`, `sslkey` or `sslrootcert`, those values take precedence over anything set in the `ssl` option object, and the `ssl` option will effectively be ignored. Pick one approach (either the `ssl` object, or SSL parameters in the connection string) and stick to it.
298299
299300
### Transact route option
300301

0 commit comments

Comments
 (0)