diff --git a/source/guide_pretix.rst b/source/guide_pretix.rst index aee6dd60..50b58571 100644 --- a/source/guide_pretix.rst +++ b/source/guide_pretix.rst @@ -95,7 +95,7 @@ Now you need to set up the configuration, create the file ``~/.pretix.cfg`` and .. warning:: Be sure, to replace all values with correct data of your own Uberspace account! .. code-block:: ini - :emphasize-lines: 2,3,5,10,11,12,17,18,21,22,23,24,25 + :emphasize-lines: 2,3,5,10,11,12,17,18,21,25,26,27,28 [pretix] instance_name=Isabells pretix @@ -116,6 +116,10 @@ Now you need to set up the configuration, create the file ``~/.pretix.cfg`` and broker=redis+socket:///home/isabell/.redis/sock backend=redis+socket:///home/isabell/.redis/sock + [redis] + location=unix:///home/isabell/.redis/sock?db=0 + sessions=true + [mail] from=isabell@uber.space host=stardust.uberspace.de