make config templated
This commit is contained in:
parent
3528c99990
commit
4e1d53faaf
2 changed files with 39 additions and 27 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue