-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpretix.example.cfg
More file actions
37 lines (33 loc) · 879 Bytes
/
pretix.example.cfg
File metadata and controls
37 lines (33 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[pretix]
instance_name=Ecobytes pretix
url=https://pretix.ecobytes.net
currency=EUR
; DO NOT change the following value, it has to be set to the location of the
; directory *inside* the docker container
datadir=/data
[database]
; Replace mysql with postgresql_psycopg2 for PostgreSQL
backend=postgresql_psycopg2
name=pretix
user=pretix
password=
; Replace with host IP address for PostgreSQL
host=database
[mail]
from=
host=email.ecobytes.net
user=
password=
port=587
tls=True
; See config file documentation for more options
; This is the default IP address of your docker host in docker's virtual
; network. Make sure postfix listens on this address.
[redis]
location=redis://redis/0
; Remove the following line if you are unsure about your redis' security
; to reduce impact if redis gets compromised.
sessions=true
[celery]
backend=redis://redis/1
broker=redis://redis/2