# this file contains test params for connecting to a
# database for the test suite. You probably want to delete
# it after installation.

# Note: params have to be all on one line

# user name
UID=postgres
# password
PWD=
# Driver to use (as in dbi:Driver)
DRIVER=Pg
# Extra stuff (as in dbi:Driver:extra_stuff)
EXTRA=dbname=template1
# Query to use
QUERY=SELECT * FROM pg_shadow
