mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
19 lines
461 B
Plaintext
19 lines
461 B
Plaintext
#
|
|
# 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
|
|
|
|
# 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"
|