15 lines
630 B
INI
15 lines
630 B
INI
# test_db.cfg
|
|
#
|
|
# This file contains a list of connection strings which will be used by
|
|
# database tests. Tests will be executed once for each string in this file.
|
|
# You should be sure that the database used for the test doesn't contain any
|
|
# important data. See README for more information.
|
|
#
|
|
# The string '__tmp__' is substituted for a temporary file in each connection
|
|
# string. This is useful for sqlite tests.
|
|
sqlite:///__tmp__
|
|
postgres://migrate:UPd2icyw@localhost/migrate_test
|
|
mysql://migrate:fTP82sjf@localhost/migrate_test
|
|
oracle://migrate:FdnjJK8s@localhost
|
|
firebird://migrate:BowV7EEm@localhost//var/db/migrate.gdb
|