mirror of
https://github.com/pretix/pretix.git
synced 2026-08-04 09:47:50 +00:00
* Test against more python versions * Add testing on MySQL * Add testing on PostgreSQL
7 lines
90 B
INI
7 lines
90 B
INI
[database]
|
|
backend=postgresql_psycopg2
|
|
name=pretix
|
|
user=postgres
|
|
password=
|
|
host=localhost
|