Sha256: 7fa575184b8fc2a7dc29c7ed16296743384414c45ea3702a31b0e2e9ecb0b2e3
Contents?: true
Size: 458 Bytes
Versions: 3
Compression:
Stored size: 458 Bytes
Contents
# TC_DbPool variables # The DB vendor. This should correspond to the database type used # in a DBI connect string. i.e. 'Mysql' for DBI:Mysql; # 'Oracle' for DBI:Oracle, etc.... This is mandatory. vendor=Mysql # The host where the database is located. This is mandatory. host=127.0.0.1 # The name of the database to connect to. This is mandatory. name=test # The username and password to use when connection. These are optional. user= password=
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
IOWA-1.0.3 | test/tests.conf |
IOWA-1.0.2 | test/tests.conf |
IOWA-1.0.0 | test/tests.conf |