[filesystem] data = /opt/pretalx/data static = /opt/pretalx/static [site] debug = False url = https://${domain} [database] backend = postgresql name = ${database['database']} user = ${database['user']} password = ${database['password']} host = ${database.get('host', 'localhost')} port = ${database.get('port', 5432)} [mail] from = ${mail_from} host = localhost port = 25 user = password = tls = False ssl = False % if node.has_bundle('redis'): [celery] backend = redis://127.0.0.1/1 broker = redis://127.0.0.1/2 [redis] location = redis://@127.0.0.1:6379/3 session = True % endif