make config templated

This commit is contained in:
Elouin 2024-07-30 21:07:46 +02:00
parent 3528c99990
commit 4e1d53faaf
2 changed files with 39 additions and 27 deletions

View file

@ -0,0 +1,22 @@
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