Skip to content

Commit 9b7b0c9

Browse files
authored
Document ability to define SSL context via Sanic app config
1 parent 7b05ac2 commit 9b7b0c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/extensions/sanic.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Supported configurations:
2525
- DB_ECHO
2626
- DB_POOL_MIN_SIZE
2727
- DB_POOL_MAX_SIZE
28+
- DB_SSL
2829
- DB_USE_CONNECTION_FOR_REQUEST
2930
- DB_KWARGS
3031

@@ -80,6 +81,7 @@ To integrate with Sanic, a few configurations needs to be set in
8081
- DB_ECHO: if not set, ``False``
8182
- DB_POOL_MIN_SIZE: if not set, 5
8283
- DB_POOL_MAX_SIZE: if not set, 10
84+
- DB_SSL: if not set, ``None``
8385
- DB_KWARGS; if not set, empty dictionary
8486

8587
An example:

0 commit comments

Comments
 (0)