File: regression.conf.example

package info (click to toggle)
davical 1.1.12-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,020 kB
  • sloc: php: 19,361; sql: 4,514; perl: 3,524; sh: 554; javascript: 162; makefile: 85
file content (18 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

# 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"