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
: If this is off, pretix connections to private networks, for instance, IP addresses such as `127.0.0.1` or `10.0.0.0` for all outgoing HTTP connections, such as webhooks and payment gateways.
136
+
: If this is off, pretix blocks connections to private networks, for instance, IP addresses such as `127.0.0.1` or `10.0.0.0`, for all outgoing HTTP connections, such as webhooks and payment gateways.
137
137
If you are using a local `http_proxy`/`https_proxy` for outgoing requests, set this to `off`.
138
138
In that case, the proxy is responsible for filtering valid destinations.
If you use a replicated database setup, pretix expects that the default database connection always points to the primary database node.
212
-
Routing read queries to a replica on database layer is **strongly** discouraged since this can lead to inaccurate such as more tickets being sold than are actually available.
212
+
Routing read queries to a replica on database layer is **strongly** discouraged since this can lead to inaccurate results, such as more tickets being sold than are actually available.
213
213
214
214
However, pretix can still make use of a database replica to keep some expensive queries with that can tolerate some latency from your primary database, such as backend search queries.
215
215
The `replica` configuration section can have the same settings as the `database` section (except for the `backend` setting) and will default back to the `database` settings for all values that are not given.
@@ -330,7 +330,7 @@ passwords_argon2=on
330
330
331
331
Never set this to `True` in production!
332
332
333
-
`passwords_argon`
333
+
`passwords_argon2`
334
334
335
335
: Use the `argon2` algorithm for password hashing. Disable on systems with a small number of CPU cores (currently less than 8).
0 commit comments