mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
Correct config key in docs (#3955)
This commit is contained in:
@@ -345,7 +345,7 @@ to speed up various operations::
|
|||||||
The location of redis, as a URL of the form ``redis://[:password]@localhost:6379/0``
|
The location of redis, as a URL of the form ``redis://[:password]@localhost:6379/0``
|
||||||
or ``unix://[:password]@/path/to/socket.sock?db=0``
|
or ``unix://[:password]@/path/to/socket.sock?db=0``
|
||||||
|
|
||||||
``session``
|
``sessions``
|
||||||
When this is set to ``True``, redis will be used as the session storage.
|
When this is set to ``True``, redis will be used as the session storage.
|
||||||
|
|
||||||
``sentinels``
|
``sentinels``
|
||||||
@@ -521,4 +521,4 @@ pretix can optionally make use of a GeoIP database for some features. It needs a
|
|||||||
|
|
||||||
|
|
||||||
.. _GeoAcumen: https://github.com/geoacumen/geoacumen-country
|
.. _GeoAcumen: https://github.com/geoacumen/geoacumen-country
|
||||||
.. _GeoLite2: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
|
.. _GeoLite2: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
|
||||||
|
|||||||
Reference in New Issue
Block a user