Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / regression.conf.example
blobb6ed813fb7c7a204516c81e6f8faabfdbeb53513
2 # A configuration file for the regression testing.
5 # The name of the regression testing database
6 DBNAME=regression
8 # Whether pgpool is running on this host ('inactive' or something else).
9 PGPOOL=inactive
11 # A hostname to use for DAViCal running in the root
12 HOSTNAME=mycaldav
14 # A hostname to use for DAViCal running in a sub-folder called '/cal/'
15 ALTHOST=altcaldav
17 # A Perl DBI data source name for the regression test database
18 DSN="${DBNAME};port=5432"