pretix: cleanup config
This commit is contained in:
parent
6b600be79c
commit
2aec019f3b
@ -7,23 +7,15 @@ trust_x_forwarded_for=on
|
|||||||
trust_x_forwarded_proto=on
|
trust_x_forwarded_proto=on
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
; For MySQL, replace with "mysql"
|
|
||||||
backend=postgresql
|
backend=postgresql
|
||||||
name={{ pretix_dbname }}
|
name={{ pretix_dbname }}
|
||||||
user={{ pretix_dbuser }}
|
user={{ pretix_dbuser }}
|
||||||
; For MySQL, enter the user password. For PostgreSQL on the same host,
|
|
||||||
; we don't need one because we can use peer authentification if our
|
|
||||||
; PostgreSQL user matches our unix user.
|
|
||||||
password={{ pretix_dbpass }}
|
password={{ pretix_dbpass }}
|
||||||
; For MySQL, use local socket, e.g. /var/run/mysqld/mysqld.sock
|
|
||||||
; For a remote host, supply an IP address
|
|
||||||
; For local postgres authentication, you can leave it empty
|
|
||||||
host=
|
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
; See config file documentation for more options
|
|
||||||
from={{ pretix_mail }}
|
from={{ pretix_mail }}
|
||||||
host={{ mail_server }}
|
host={{ mail_server }}
|
||||||
|
tls=on
|
||||||
|
|
||||||
[redis]
|
[redis]
|
||||||
location=redis://127.0.0.1/0
|
location=redis://127.0.0.1/0
|
||||||
|
Loading…
Reference in New Issue
Block a user