Added multi-domain capabilities

This commit is contained in:
Raphael Michel
2015-10-16 21:06:12 +02:00
parent d7d6e74c04
commit 3fa0cfb077
38 changed files with 722 additions and 143 deletions

View File

@@ -27,8 +27,6 @@ Example::
instance_name=pretix.de
url=http://localhost
currency=EUR
cookiedomain=.pretix.de
securecookie=on
datadir=/data
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
@@ -41,13 +39,6 @@ Example::
``currency``
The default currency as a three-letter code. Defaults to ``EUR``.
``cookiedomain``
The domain to be used for session cookies, csrf protection cookies and locale cookies.
Empty by default.
``securecookie``
Set the ``secure`` and ``httponly`` flags on session cookies. Off by default.
``datadir``
The local path to a data directory that will be used for storing user uploads and similar
data. Defaults to thea value of the environment variable ``DATA_DIR`` or ``data``.