6 lines
299 B
Perl
6 lines
299 B
Perl
%DBIx::FullTextSearch::TestConfig::Config = (
|
|
'password' => undef,
|
|
'dsn' => 'dbi:mysql:test',
|
|
'user' => 'test'
|
|
);
|
|
1;
|