bundles/pretalx: introduce
This commit is contained in:
parent
0b9056bd2b
commit
70944d7065
9 changed files with 314 additions and 0 deletions
24
bundles/pretalx/files/pretalx.cfg
Normal file
24
bundles/pretalx/files/pretalx.cfg
Normal file
|
@ -0,0 +1,24 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue