We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b05ac2 commit 9b7b0c9Copy full SHA for 9b7b0c9
docs/reference/extensions/sanic.rst
@@ -25,6 +25,7 @@ Supported configurations:
25
- DB_ECHO
26
- DB_POOL_MIN_SIZE
27
- DB_POOL_MAX_SIZE
28
+- DB_SSL
29
- DB_USE_CONNECTION_FOR_REQUEST
30
- DB_KWARGS
31
@@ -80,6 +81,7 @@ To integrate with Sanic, a few configurations needs to be set in
80
81
- DB_ECHO: if not set, ``False``
82
- DB_POOL_MIN_SIZE: if not set, 5
83
- DB_POOL_MAX_SIZE: if not set, 10
84
+- DB_SSL: if not set, ``None``
85
- DB_KWARGS; if not set, empty dictionary
86
87
An example:
0 commit comments