View | Details | Raw Unified | Return to bug 11974
Collapse All | Expand All

(-)a/t/db_dependent/zebra_config.pl (-1 / +1 lines)
Lines 57-62 $ENV{'__DB_HOST__'} = C4::Context->config('hostname') // 'localhost'; Link Here
57
$ENV{'__DB_PORT__'} = C4::Context->config('port')      // '3306';
57
$ENV{'__DB_PORT__'} = C4::Context->config('port')      // '3306';
58
$ENV{'__DB_USER__'} = C4::Context->config('user')      // 'kohaadmin';
58
$ENV{'__DB_USER__'} = C4::Context->config('user')      // 'kohaadmin';
59
$ENV{'__DB_PASS__'} = C4::Context->config('pass')      // 'katikoan';
59
$ENV{'__DB_PASS__'} = C4::Context->config('pass')      // 'katikoan';
60
$ENV{'__DB_SOCKET__'} = C4::Context->config('socket')  // '';
60
61
61
my @files = ( "$source/etc/koha-conf.xml",
62
my @files = ( "$source/etc/koha-conf.xml",
62
              "$source/etc/searchengine/queryparser.yaml",
63
              "$source/etc/searchengine/queryparser.yaml",
63
- 

Return to bug 11974