32 lines
592 B
INI
32 lines
592 B
INI
# This is an example pretalx configuration file.
|
|
# Documentation: https://docs.pretalx.org/administrator/configure/
|
|
|
|
[filesystem]
|
|
data = /data
|
|
static = /data/static
|
|
|
|
[site]
|
|
debug = False
|
|
url = https://cfp.ctbk.de
|
|
|
|
[database]
|
|
backend = postgresql
|
|
name = pretalx
|
|
user = pretalx
|
|
host = /run/postgresql
|
|
|
|
[mail]
|
|
from=events@chaostreff-backnang.de
|
|
host=mxe89f.netcup.net
|
|
port=465
|
|
user=events@chaostreff-backnang.de
|
|
tls=off
|
|
ssl=on
|
|
|
|
[redis]
|
|
location=unix:///run/valkey/valkey.sock?db=3
|
|
|
|
[celery]
|
|
backend=redis+socket:///run/valkey/valkey.sock?db=4
|
|
broker=redis+socket:///run/valkey/valkey.sock?db=5
|
|
|