From 06234182070da6790954616483d786965c1efba2 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 20 Mar 2010 11:46:58 +1300 Subject: [PATCH] Regression test example configuration, with comments. --- testing/regression.conf.example | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/testing/regression.conf.example b/testing/regression.conf.example index 909fcc93..b6ed813f 100644 --- a/testing/regression.conf.example +++ b/testing/regression.conf.example @@ -1,7 +1,18 @@ # # A configuration file for the regression testing. # + +# The name of the regression testing database DBNAME=regression + +# Whether pgpool is running on this host ('inactive' or something else). PGPOOL=inactive + +# A hostname to use for DAViCal running in the root HOSTNAME=mycaldav -DSN="regression;port=5432" + +# A hostname to use for DAViCal running in a sub-folder called '/cal/' +ALTHOST=altcaldav + +# A Perl DBI data source name for the regression test database +DSN="${DBNAME};port=5432"