pretalx-docker-formula/pillar.example
2024-07-30 21:07:46 +02:00

22 lines
409 B
Text

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