Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/guide_pretix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
[email protected]
host=stardust.uberspace.de
Expand Down