pretalx:
  filesystem:
    data: /var/pretalx/data
    static: /var/pretalx/static
  site:
    debug: False
    url: https://pretalx.mydomain.com
  database:
    backend: postgresql
    name: pretalx
    user: False
    password: ChangeMe
    host: localhost
    port: 5432
  mail:
    from: admin@localhost
    host: localhost
    port: 25
    user: admin
    password: ChangeMe
    tls: False
    ssl: True