You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ecosystem/deployment.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ If configuration key `dsn` (Data Source Name) is prefixed with `postgres://`,
52
52
then PostgreSQL will be used as storage backend. An exemplary configuration
53
53
would look like this: `DSN=postgres://user:password@host:123/database`
54
54
55
-
Additionally, the following DSN parameters are supported:
55
+
All parameters [supported by `libpq`](https://www.postgresql.org/docs/9.6/libpq-connect.html) are supported by Ory Kratos as well. In particular but not exclusively:
56
56
57
57
-`max_conns` (number): Sets the maximum number of open connections to the
58
58
database. Defaults to the number of CPU cores times 2.
0 commit comments